org.eclipse.ecf.provider.comm.tcp
Class SynchMessage

java.lang.Object
  extended by org.eclipse.ecf.provider.comm.tcp.AsynchMessage
      extended by org.eclipse.ecf.provider.comm.tcp.SynchMessage
All Implemented Interfaces:
java.io.Serializable

public class SynchMessage
extends AsynchMessage

See Also:
Serialized Form

Constructor Summary
SynchMessage()
           
SynchMessage(java.io.Serializable data)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.ecf.provider.comm.tcp.AsynchMessage
getData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SynchMessage

public SynchMessage(java.io.Serializable data)
Since:
4.3

SynchMessage

public SynchMessage()
Since:
4.3
Method Detail

toString

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