|
||||||||||
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.ExchangeClientUIDCmd
public class ExchangeClientUIDCmd
A command, which is sent from the server to the client, when a connection is established.
Constructor Summary | |
---|---|
ExchangeClientUIDCmd(java.rmi.server.UID clientUID)
|
Method Summary | |
---|---|
void |
accept(CmdVisitor visitor)
|
java.rmi.server.UID |
getClientUID()
|
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 ExchangeClientUIDCmd(java.rmi.server.UID clientUID)
clientUID
- The client UID sent from the server to the client.Method Detail |
---|
public java.rmi.server.UID getClientUID()
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 |