|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Visitor
This interface is the core of JBoss Cache, where each 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.
| Method Detail |
|---|
Object visitPutDataMapCommand(InvocationContext ctx,
PutDataMapCommand command)
throws Throwable
ctx - invocation contextcommand - command to visit
Throwable - in the event of problems.
Object visitPutKeyValueCommand(InvocationContext ctx,
PutKeyValueCommand command)
throws Throwable
ctx - invocation contextcommand - command to visit
Throwable - in the event of problems.
Object visitPutForExternalReadCommand(InvocationContext ctx,
PutForExternalReadCommand command)
throws Throwable
ctx - invocation contextcommand - command to visit
Throwable - in the event of problems.
Object visitRemoveNodeCommand(InvocationContext ctx,
RemoveNodeCommand command)
throws Throwable
ctx - invocation contextcommand - command to visit
Throwable - in the event of problems.
Object visitClearDataCommand(InvocationContext ctx,
ClearDataCommand command)
throws Throwable
ctx - invocation contextcommand - command to visit
Throwable - in the event of problems.
Object visitEvictFqnCommand(InvocationContext ctx,
EvictCommand command)
throws Throwable
ctx - invocation contextcommand - command to visit
Throwable - in the event of problems.
Object visitInvalidateCommand(InvocationContext ctx,
InvalidateCommand command)
throws Throwable
ctx - invocation contextcommand - command to visit
Throwable - in the event of problems.
Object visitRemoveKeyCommand(InvocationContext ctx,
RemoveKeyCommand command)
throws Throwable
ctx - invocation contextcommand - command to visit
Throwable - in the event of problems.
Object visitGetDataMapCommand(InvocationContext ctx,
GetDataMapCommand command)
throws Throwable
ctx - invocation contextcommand - command to visit
Throwable - in the event of problems.
Object visitExistsNodeCommand(InvocationContext ctx,
ExistsCommand command)
throws Throwable
ctx - invocation contextcommand - command to visit
Throwable - in the event of problems.
Object visitGetKeyValueCommand(InvocationContext ctx,
GetKeyValueCommand command)
throws Throwable
ctx - invocation contextcommand - command to visit
Throwable - in the event of problems.
Object visitGetNodeCommand(InvocationContext ctx,
GetNodeCommand command)
throws Throwable
ctx - invocation contextcommand - command to visit
Throwable - in the event of problems.
Object visitGetKeysCommand(InvocationContext ctx,
GetKeysCommand command)
throws Throwable
ctx - invocation contextcommand - command to visit
Throwable - in the event of problems.
Object visitGetChildrenNamesCommand(InvocationContext ctx,
GetChildrenNamesCommand command)
throws Throwable
ctx - invocation contextcommand - command to visit
Throwable - in the event of problems.
Object visitMoveCommand(InvocationContext ctx,
MoveCommand command)
throws Throwable
ctx - invocation contextcommand - command to visit
Throwable - in the event of problems.
Object visitGravitateDataCommand(InvocationContext ctx,
GravitateDataCommand command)
throws Throwable
ctx - invocation contextcommand - command to visit
Throwable - in the event of problems.
Object visitPrepareCommand(InvocationContext ctx,
PrepareCommand command)
throws Throwable
ctx - invocation contextcommand - command to visit
Throwable - in the event of problems.
Object visitRollbackCommand(InvocationContext ctx,
RollbackCommand command)
throws Throwable
ctx - invocation contextcommand - command to visit
Throwable - in the event of problems.
Object visitCommitCommand(InvocationContext ctx,
CommitCommand command)
throws Throwable
ctx - invocation contextcommand - command to visit
Throwable - in the event of problems.
Object visitOptimisticPrepareCommand(InvocationContext ctx,
OptimisticPrepareCommand command)
throws Throwable
ctx - invocation contextcommand - command to visit
Throwable - in the event of problems.
@Deprecated
Object visitCreateNodeCommand(InvocationContext ctx,
CreateNodeCommand command)
throws Throwable
ctx - invocation contextcommand - command to visit
Throwable - in the event of problems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||