|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CmdVisitor | |
---|---|
org.clazzes.remoting.cmd | |
org.clazzes.remoting.server |
Uses of CmdVisitor in org.clazzes.remoting.cmd |
---|
Classes in org.clazzes.remoting.cmd that implement CmdVisitor | |
---|---|
class |
CmdVisitorSupport
An implementation of CmdVisitor, which throwas exception on each command, allowing the implementation of CmdVisitor's which selectively implement selected packets. |
Methods in org.clazzes.remoting.cmd with parameters of type CmdVisitor | |
---|---|
void |
ExchangeClientUIDCmd.accept(CmdVisitor visitor)
|
abstract void |
Cmd.accept(CmdVisitor visitor)
|
void |
LoadClassCmd.accept(CmdVisitor visitor)
|
void |
CallBackCmd.accept(CmdVisitor visitor)
|
void |
ReturnClassBytesCmd.accept(CmdVisitor visitor)
|
void |
InvocationResultCmd.accept(CmdVisitor visitor)
|
void |
InvocationCmd.accept(CmdVisitor visitor)
|
void |
InvocationExceptionCmd.accept(CmdVisitor visitor)
|
static void |
Cmd.acceptCmd(java.lang.Object obj,
CmdVisitor visitor)
Check for object being a Cmd instance and accept the given visitor. |
Uses of CmdVisitor in org.clazzes.remoting.server |
---|
Classes in org.clazzes.remoting.server that implement CmdVisitor | |
---|---|
class |
ServerConnectionHandler
A runnable connection handler for a single server connection of a client. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |