|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.clazzes.remoting.cmd.Cmd
public abstract class Cmd
An on-the-wire wire command of the remoting system with a visitor.
Constructor Summary | |
---|---|
Cmd()
|
Method Summary | |
---|---|
abstract void |
accept(CmdVisitor visitor)
|
static void |
acceptCmd(java.lang.Object obj,
CmdVisitor visitor)
Check for object being a Cmd instance and accept the given visitor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Cmd()
Method Detail |
---|
public abstract void accept(CmdVisitor visitor)
visitor
- The visitor representing a polymorphic operation on the command.public static void acceptCmd(java.lang.Object obj, CmdVisitor visitor)
ClassCastException
if the object is invalid.
obj
- The deserialized object to check.visitor
- The visitor being accepted.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |