public class MVCCLockingInterceptor extends PrePostProcessingCommandInterceptor
configuration, log, trace| Constructor and Description |
|---|
MVCCLockingInterceptor() |
handleCreateNodeCommand, handleOptimisticPrepareCommand, visitClearDataCommand, visitCommitCommand, visitCreateNodeCommand, visitEvictFqnCommand, visitExistsNodeCommand, visitGetChildrenNamesCommand, visitGetDataMapCommand, visitGetKeysCommand, visitGetKeyValueCommand, visitGetNodeCommand, visitGravitateDataCommand, visitInvalidateCommand, visitMoveCommand, visitOptimisticPrepareCommand, visitPrepareCommand, visitPutDataMapCommand, visitPutForExternalReadCommand, visitPutKeyValueCommand, visitRemoveKeyCommand, visitRemoveNodeCommand, visitRollbackCommandgetNext, handleDefault, hasNext, invokeNextInterceptor, setNextvisitCollectionpublic void setDependencies(LockManager lockManager, DataContainer dataContainer, MVCCNodeHelper helper)
protected boolean doBeforeCall(InvocationContext ctx, VisitableCommand command)
doBeforeCall in class PrePostProcessingCommandInterceptorpublic Object handlePutDataMapCommand(InvocationContext ctx, PutDataMapCommand command) throws Throwable
handlePutDataMapCommand in class PrePostProcessingCommandInterceptorThrowablepublic Object handlePutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) throws Throwable
handlePutKeyValueCommand in class PrePostProcessingCommandInterceptorThrowablepublic Object handlePutForExternalReadCommand(InvocationContext ctx, PutForExternalReadCommand command) throws Throwable
handlePutForExternalReadCommand in class PrePostProcessingCommandInterceptorThrowablepublic Object handleRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command) throws Throwable
handleRemoveNodeCommand in class PrePostProcessingCommandInterceptorThrowablepublic Object handleClearDataCommand(InvocationContext ctx, ClearDataCommand command) throws Throwable
handleClearDataCommand in class PrePostProcessingCommandInterceptorThrowablepublic Object handleEvictFqnCommand(InvocationContext ctx, EvictCommand command) throws Throwable
handleEvictFqnCommand in class PrePostProcessingCommandInterceptorThrowablepublic Object handleInvalidateCommand(InvocationContext ctx, InvalidateCommand command) throws Throwable
handleInvalidateCommand in class PrePostProcessingCommandInterceptorThrowablepublic Object handleRemoveKeyCommand(InvocationContext ctx, RemoveKeyCommand command) throws Throwable
handleRemoveKeyCommand in class PrePostProcessingCommandInterceptorThrowablepublic Object handleGetDataMapCommand(InvocationContext ctx, GetDataMapCommand command) throws Throwable
handleGetDataMapCommand in class PrePostProcessingCommandInterceptorThrowablepublic Object handleExistsNodeCommand(InvocationContext ctx, ExistsCommand command) throws Throwable
handleExistsNodeCommand in class PrePostProcessingCommandInterceptorThrowablepublic Object handleGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command) throws Throwable
handleGetKeyValueCommand in class PrePostProcessingCommandInterceptorThrowablepublic Object handleGetNodeCommand(InvocationContext ctx, GetNodeCommand command) throws Throwable
handleGetNodeCommand in class PrePostProcessingCommandInterceptorThrowablepublic Object handleGetKeysCommand(InvocationContext ctx, GetKeysCommand command) throws Throwable
handleGetKeysCommand in class PrePostProcessingCommandInterceptorThrowablepublic Object handleGetChildrenNamesCommand(InvocationContext ctx, GetChildrenNamesCommand command) throws Throwable
handleGetChildrenNamesCommand in class PrePostProcessingCommandInterceptorThrowablepublic Object handleMoveCommand(InvocationContext ctx, MoveCommand command) throws Throwable
handleMoveCommand in class PrePostProcessingCommandInterceptorThrowablepublic Object handleGravitateDataCommand(InvocationContext ctx, GravitateDataCommand command) throws Throwable
handleGravitateDataCommand in class PrePostProcessingCommandInterceptorThrowablepublic Object handleRollbackCommand(InvocationContext ctx, RollbackCommand command) throws Throwable
handleRollbackCommand in class PrePostProcessingCommandInterceptorThrowablepublic Object handleCommitCommand(InvocationContext ctx, CommitCommand command) throws Throwable
handleCommitCommand in class PrePostProcessingCommandInterceptorThrowablepublic Object handlePrepareCommand(InvocationContext ctx, PrepareCommand command) throws Throwable
handlePrepareCommand in class PrePostProcessingCommandInterceptorThrowableprotected void doAfterCall(InvocationContext ctx, VisitableCommand command)
PrePostProcessingCommandInterceptordoAfterCall in class PrePostProcessingCommandInterceptorctx - invocation contextcommand - command which was invokedCopyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.