|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
protected static interface ConsolidatingChangeLog.CancelableOperation
This class represent an Operation which can be cancelled by another operation
or which cancels another operation.
| Field Summary | |
|---|---|
static int |
CANCEL_BOTH
This operation and the other operation cancel each other mutually |
static int |
CANCEL_NONE
No cancellation |
static int |
CANCEL_OTHER
This operation cancels the other operation |
static int |
CANCEL_THIS
The other operation cancels this operations |
| Method Summary | |
|---|---|
int |
cancel(ConsolidatingChangeLog.CancelableOperation other)
Determines the cancellation behavior of the other operation
on this operation. |
| Methods inherited from interface org.apache.jackrabbit.spi.commons.batch.Operation |
|---|
apply |
| Field Detail |
|---|
static final int CANCEL_THIS
static final int CANCEL_OTHER
static final int CANCEL_BOTH
static final int CANCEL_NONE
| Method Detail |
|---|
int cancel(ConsolidatingChangeLog.CancelableOperation other)
throws RepositoryException
other operation
on this operation.
other -
CANCEL_THIS, CANCEL_OTHER, CANCEL_OTHER
or CANCEL_NONE
RepositoryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||