|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.clazzes.remoting.cmd.Cmd
org.clazzes.remoting.cmd.InvocationResultCmd
public class InvocationResultCmd
A command, which is setnt, when an invocation returned normally.
Constructor Summary | |
---|---|
InvocationResultCmd(java.lang.Object result)
|
Method Summary | |
---|---|
void |
accept(CmdVisitor visitor)
|
java.lang.Object |
getResult()
|
Methods inherited from class org.clazzes.remoting.cmd.Cmd |
---|
acceptCmd |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InvocationResultCmd(java.lang.Object result)
result
- The result of an invocation.Method Detail |
---|
public java.lang.Object getResult()
public void accept(CmdVisitor visitor)
accept
in class Cmd
visitor
- The visitor representing a polymorphic operation on the command.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |