public interface Visitor
Object visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) throws Throwable
ThrowableObject visitRemoveCommand(InvocationContext ctx, RemoveCommand command) throws Throwable
ThrowableObject visitReplaceCommand(InvocationContext ctx, ReplaceCommand command) throws Throwable
ThrowableObject visitClearCommand(InvocationContext ctx, ClearCommand command) throws Throwable
ThrowableObject visitPutMapCommand(InvocationContext ctx, PutMapCommand command) throws Throwable
ThrowableObject visitEvictCommand(InvocationContext ctx, EvictCommand command) throws Throwable
ThrowableObject visitApplyDeltaCommand(InvocationContext ctx, ApplyDeltaCommand command) throws Throwable
ThrowableObject visitSizeCommand(InvocationContext ctx, SizeCommand command) throws Throwable
ThrowableObject visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command) throws Throwable
ThrowableObject visitKeySetCommand(InvocationContext ctx, KeySetCommand command) throws Throwable
ThrowableObject visitValuesCommand(InvocationContext ctx, ValuesCommand command) throws Throwable
ThrowableObject visitEntrySetCommand(InvocationContext ctx, EntrySetCommand command) throws Throwable
ThrowableObject visitPrepareCommand(TxInvocationContext ctx, PrepareCommand command) throws Throwable
ThrowableObject visitRollbackCommand(TxInvocationContext ctx, RollbackCommand command) throws Throwable
ThrowableObject visitCommitCommand(TxInvocationContext ctx, CommitCommand command) throws Throwable
ThrowableObject visitInvalidateCommand(InvocationContext ctx, InvalidateCommand invalidateCommand) throws Throwable
ThrowableObject visitInvalidateL1Command(InvocationContext ctx, InvalidateL1Command invalidateL1Command) throws Throwable
ThrowableObject visitLockControlCommand(TxInvocationContext ctx, LockControlCommand command) throws Throwable
ThrowableObject visitUnknownCommand(InvocationContext ctx, VisitableCommand command) throws Throwable
ThrowableObject visitDistributedExecuteCommand(InvocationContext ctx, DistributedExecuteCommand<?> command) throws Throwable
ThrowableCopyright © 2012 JBoss by Red Hat. All Rights Reserved.