synergynetframework.appsystem.services.net.objectmessaging.messages.frameworkmessages
Class RegisterTCP

java.lang.Object
  extended by synergynetframework.appsystem.services.net.objectmessaging.messages.frameworkmessages.RegisterTCP
All Implemented Interfaces:
FrameworkMessage

public class RegisterTCP
extends java.lang.Object
implements FrameworkMessage

The Class RegisterTCP.


Field Summary
 short connectionID
          The connection id.
 
Constructor Summary
RegisterTCP()
          Instantiates a new register tcp.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

connectionID

public short connectionID
The connection id.

Constructor Detail

RegisterTCP

public RegisterTCP()
Instantiates a new register tcp.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object