public static class ConsolidatingChangeLog.CancelableOperations.Empty extends Operations.Empty implements ConsolidatingChangeLog.CancelableOperation
Empty operation never cancels another operation and is never
cancelled by any other operation.CANCEL_BOTH, CANCEL_NONE, CANCEL_OTHER, CANCEL_THIS| Constructor and Description |
|---|
ConsolidatingChangeLog.CancelableOperations.Empty() |
| Modifier and Type | Method and Description |
|---|---|
int |
cancel(ConsolidatingChangeLog.CancelableOperation other)
Determines the cancellation behavior of the
other operation
on this operation. |
apply, equals, hashCode, toStringpublic ConsolidatingChangeLog.CancelableOperations.Empty()
public int cancel(ConsolidatingChangeLog.CancelableOperation other) throws javax.jcr.RepositoryException
ConsolidatingChangeLog.CancelableOperationother operation
on this operation.cancel in interface ConsolidatingChangeLog.CancelableOperationConsolidatingChangeLog.CancelableOperation.CANCEL_NONEjavax.jcr.RepositoryExceptionCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.