|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VisitableCommand
A type of command that can accept Visitors, such as CommandInterceptors.
| Method Summary | |
|---|---|
Object |
acceptVisitor(InvocationContext ctx,
Visitor visitor)
Accept a visitor, and return the result of accepting this visitor. |
| Methods inherited from interface org.jboss.cache.commands.ReplicableCommand |
|---|
getCommandId, getParameters, perform, setParameters |
| Method Detail |
|---|
Object acceptVisitor(InvocationContext ctx,
Visitor visitor)
throws Throwable
ctx - invocation contextvisitor - visitor to accept
Throwable - in the event of problems
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||