org.clazzes.remoting.cmd
Class ExchangeClientUIDCmd

java.lang.Object
  extended by org.clazzes.remoting.cmd.Cmd
      extended by org.clazzes.remoting.cmd.ExchangeClientUIDCmd
All Implemented Interfaces:
java.io.Serializable

public class ExchangeClientUIDCmd
extends Cmd

A command, which is sent from the server to the client, when a connection is established.

Author:
wglas
See Also:
Serialized Form

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

ExchangeClientUIDCmd

public ExchangeClientUIDCmd(java.rmi.server.UID clientUID)
Parameters:
clientUID - The client UID sent from the server to the client.
Method Detail

getClientUID

public java.rmi.server.UID getClientUID()
Returns:
The result of an invocation.

accept

public void accept(CmdVisitor visitor)
Specified by:
accept in class Cmd
Parameters:
visitor - The visitor representing a polymorphic operation on the command.


Copyright © 2010. All Rights Reserved.