|
||||||||||
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.ReturnClassBytesCmd
public class ReturnClassBytesCmd
A command that reports a remote class to the client.
Constructor Summary | |
---|---|
ReturnClassBytesCmd(ClassBytes classBytes)
|
Method Summary | |
---|---|
void |
accept(CmdVisitor visitor)
|
ClassBytes |
getClassBytes()
|
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 ReturnClassBytesCmd(ClassBytes classBytes)
classBytes
- The binary class being transported to the client.
If null, the remote class could not be found.Method Detail |
---|
public ClassBytes getClassBytes()
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 |