Package org.eclipse.ecf.provider.comm
Interface ISynchAsynchConnection
- 
- All Superinterfaces:
- org.eclipse.core.runtime.IAdaptable,- IAsynchConnection,- IConnection,- ISynchConnection
 
 public interface ISynchAsynchConnection extends IAsynchConnection, ISynchConnection A connection instance that has both asynchronous and synchronous messaging capabilities
- 
- 
Method Summary- 
Methods inherited from interface org.eclipse.ecf.provider.comm.IAsynchConnectionsendAsynch
 - 
Methods inherited from interface org.eclipse.ecf.provider.comm.IConnectionaddListener, connect, disconnect, getLocalID, getProperties, isConnected, isStarted, removeListener, start, stop
 - 
Methods inherited from interface org.eclipse.ecf.provider.comm.ISynchConnectionsendSynch
 
- 
 
-