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
protected SynchMessage()
           
protected SynchMessage(java.io.Serializable data)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SynchMessage

protected SynchMessage(java.io.Serializable data)

SynchMessage

protected SynchMessage()
Method Detail

toString

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