protected static interface ConsolidatingChangeLog.CancelableOperation extends Operation
Operation
which can be cancelled by another operation
or which cancels another operation.Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
int |
cancel(ConsolidatingChangeLog.CancelableOperation other)
Determines the cancellation behavior of the
other operation
on this operation. |
static final int CANCEL_THIS
static final int CANCEL_OTHER
static final int CANCEL_BOTH
static final int CANCEL_NONE
int cancel(ConsolidatingChangeLog.CancelableOperation other) throws javax.jcr.RepositoryException
other
operation
on this operation.other
- CANCEL_THIS
, CANCEL_OTHER
, CANCEL_OTHER
or CANCEL_NONE
javax.jcr.RepositoryException
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.