public interface Visitor
VisitableCommand
can be visited by a Visitor implementation.
Visitors which are accepted by the VisitableCommand
are able to modify the command
based on any logic encapsulated by the visitor.Object visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command) throws Throwable
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.Object visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) throws Throwable
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.Object visitPutForExternalReadCommand(InvocationContext ctx, PutForExternalReadCommand command) throws Throwable
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.Object visitRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command) throws Throwable
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.Object visitClearDataCommand(InvocationContext ctx, ClearDataCommand command) throws Throwable
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.Object visitEvictFqnCommand(InvocationContext ctx, EvictCommand command) throws Throwable
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.Object visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command) throws Throwable
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.Object visitRemoveKeyCommand(InvocationContext ctx, RemoveKeyCommand command) throws Throwable
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.Object visitGetDataMapCommand(InvocationContext ctx, GetDataMapCommand command) throws Throwable
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.Object visitExistsNodeCommand(InvocationContext ctx, ExistsCommand command) throws Throwable
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.Object visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command) throws Throwable
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.Object visitGetNodeCommand(InvocationContext ctx, GetNodeCommand command) throws Throwable
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.Object visitGetKeysCommand(InvocationContext ctx, GetKeysCommand command) throws Throwable
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.Object visitGetChildrenNamesCommand(InvocationContext ctx, GetChildrenNamesCommand command) throws Throwable
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.Object visitMoveCommand(InvocationContext ctx, MoveCommand command) throws Throwable
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.Object visitGravitateDataCommand(InvocationContext ctx, GravitateDataCommand command) throws Throwable
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.Object visitPrepareCommand(InvocationContext ctx, PrepareCommand command) throws Throwable
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.Object visitRollbackCommand(InvocationContext ctx, RollbackCommand command) throws Throwable
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.Object visitCommitCommand(InvocationContext ctx, CommitCommand command) throws Throwable
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.Object visitOptimisticPrepareCommand(InvocationContext ctx, OptimisticPrepareCommand command) throws Throwable
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.@Deprecated Object visitCreateNodeCommand(InvocationContext ctx, CreateNodeCommand command) throws Throwable
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.