public abstract class AbstractVisitor extends Object implements Visitor
Constructor and Description |
---|
AbstractVisitor() |
public Object visitPutDataMapCommand(InvocationContext ctx, PutDataMapCommand command) throws Throwable
Visitor
visitPutDataMapCommand
in interface Visitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitPutKeyValueCommand(InvocationContext ctx, PutKeyValueCommand command) throws Throwable
Visitor
visitPutKeyValueCommand
in interface Visitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitPutForExternalReadCommand(InvocationContext ctx, PutForExternalReadCommand command) throws Throwable
Visitor
visitPutForExternalReadCommand
in interface Visitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitRemoveNodeCommand(InvocationContext ctx, RemoveNodeCommand command) throws Throwable
Visitor
visitRemoveNodeCommand
in interface Visitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitClearDataCommand(InvocationContext ctx, ClearDataCommand command) throws Throwable
Visitor
visitClearDataCommand
in interface Visitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitEvictFqnCommand(InvocationContext ctx, EvictCommand command) throws Throwable
Visitor
visitEvictFqnCommand
in interface Visitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitInvalidateCommand(InvocationContext ctx, InvalidateCommand command) throws Throwable
Visitor
visitInvalidateCommand
in interface Visitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitRemoveKeyCommand(InvocationContext ctx, RemoveKeyCommand command) throws Throwable
Visitor
visitRemoveKeyCommand
in interface Visitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitGetDataMapCommand(InvocationContext ctx, GetDataMapCommand command) throws Throwable
Visitor
visitGetDataMapCommand
in interface Visitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitExistsNodeCommand(InvocationContext ctx, ExistsCommand command) throws Throwable
Visitor
visitExistsNodeCommand
in interface Visitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitGetKeyValueCommand(InvocationContext ctx, GetKeyValueCommand command) throws Throwable
Visitor
visitGetKeyValueCommand
in interface Visitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitGetNodeCommand(InvocationContext ctx, GetNodeCommand command) throws Throwable
Visitor
visitGetNodeCommand
in interface Visitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitGetKeysCommand(InvocationContext ctx, GetKeysCommand command) throws Throwable
Visitor
visitGetKeysCommand
in interface Visitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitGetChildrenNamesCommand(InvocationContext ctx, GetChildrenNamesCommand command) throws Throwable
Visitor
visitGetChildrenNamesCommand
in interface Visitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitMoveCommand(InvocationContext ctx, MoveCommand command) throws Throwable
Visitor
visitMoveCommand
in interface Visitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitGravitateDataCommand(InvocationContext ctx, GravitateDataCommand command) throws Throwable
Visitor
visitGravitateDataCommand
in interface Visitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitPrepareCommand(InvocationContext ctx, PrepareCommand command) throws Throwable
Visitor
visitPrepareCommand
in interface Visitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitRollbackCommand(InvocationContext ctx, RollbackCommand command) throws Throwable
Visitor
visitRollbackCommand
in interface Visitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitCommitCommand(InvocationContext ctx, CommitCommand command) throws Throwable
Visitor
visitCommitCommand
in interface Visitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitOptimisticPrepareCommand(InvocationContext ctx, OptimisticPrepareCommand command) throws Throwable
Visitor
visitOptimisticPrepareCommand
in interface Visitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.public Object visitCreateNodeCommand(InvocationContext ctx, CreateNodeCommand command) throws Throwable
Visitor
visitCreateNodeCommand
in interface Visitor
ctx
- invocation contextcommand
- command to visitThrowable
- in the event of problems.protected Object handleDefault(InvocationContext ctx, VisitableCommand command) throws Throwable
ctx
- invocation contextcommand
- command to handleThrowable
- in the case of a problempublic void visitCollection(InvocationContext ctx, Collection<? extends VisitableCommand> toVisit) throws Throwable
ctx
- Invocation contexttoVisit
- collection of commands to visitThrowable
- in the event of problemsCopyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.