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