public class BatchingInterceptor extends CommandInterceptor
cacheConfiguration| Constructor and Description |
|---|
BatchingInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected Log |
getLog() |
protected Object |
handleDefault(InvocationContext ctx,
VisitableCommand command)
Simply check if there is an ongoing tx.
|
Object |
visitEvictCommand(InvocationContext ctx,
EvictCommand command) |
getLockAcquisitionTimeout, getNext, hasNext, hasSkipLocking, injectConfiguration, invokeNextInterceptor, setNextvisitApplyDeltaCommand, visitClearCommand, visitCollection, visitCommitCommand, visitDistributedExecuteCommand, visitEntrySetCommand, visitGetKeyValueCommand, visitInvalidateCommand, visitInvalidateL1Command, visitKeySetCommand, visitLockControlCommand, visitPrepareCommand, visitPutKeyValueCommand, visitPutMapCommand, visitRemoveCommand, visitReplaceCommand, visitRollbackCommand, visitSizeCommand, visitUnknownCommand, visitValuesCommandprotected Log getLog()
getLog in class CommandInterceptorpublic Object visitEvictCommand(InvocationContext ctx, EvictCommand command) throws Throwable
visitEvictCommand in interface VisitorvisitEvictCommand in class AbstractVisitorThrowableprotected Object handleDefault(InvocationContext ctx, VisitableCommand command) throws Throwable
handleDefault in class CommandInterceptorctx - invocation contextcommand - command to invokeThrowable - in the event of problemsCopyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.