public class BatchingInterceptor extends CommandInterceptor
configuration| 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.
|
getNext, hasNext, invokeNextInterceptor, setNextvisitApplyDeltaCommand, visitClearCommand, visitCollection, visitCommitCommand, visitDistributedExecuteCommand, visitEntrySetCommand, visitEvictCommand, visitGetKeyValueCommand, visitInvalidateCommand, visitInvalidateL1Command, visitKeySetCommand, visitLockControlCommand, visitPrepareCommand, visitPutKeyValueCommand, visitPutMapCommand, visitRemoveCommand, visitReplaceCommand, visitRollbackCommand, visitSizeCommand, visitUnknownCommand, visitValuesCommandprotected Log getLog()
getLog in class CommandInterceptorprotected Object handleDefault(InvocationContext ctx, VisitableCommand command) throws Throwable
handleDefault in class CommandInterceptorctx - invocation contextcommand - command to invokeThrowable - in the event of problemsCopyright © 2012 JBoss by Red Hat. All Rights Reserved.