public interface VisitableCommand extends ReplicableCommand
Visitor
s, such as CommandInterceptor
s.Modifier and Type | Method and Description |
---|---|
Object |
acceptVisitor(InvocationContext ctx,
Visitor visitor)
Accept a visitor, and return the result of accepting this visitor.
|
getCommandId, getParameters, perform, setParameters
Object acceptVisitor(InvocationContext ctx, Visitor visitor) throws Throwable
ctx
- invocation contextvisitor
- visitor to acceptThrowable
- in the event of problemsCopyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.