Uses of Interface
org.eclipse.ecf.provider.comm.ISynchConnection

Packages that use ISynchConnection
org.eclipse.ecf.provider.comm   
org.eclipse.ecf.provider.comm.tcp   
org.eclipse.ecf.provider.generic   
 

Uses of ISynchConnection in org.eclipse.ecf.provider.comm
 

Subinterfaces of ISynchConnection in org.eclipse.ecf.provider.comm
 interface ISynchAsynchConnection
          A connection instance that has both asynchronous and synchronous messaging capabilities
 

Constructors in org.eclipse.ecf.provider.comm with parameters of type ISynchConnection
SynchEvent(ISynchConnection conn, java.lang.Object data)
           
 

Uses of ISynchConnection in org.eclipse.ecf.provider.comm.tcp
 

Classes in org.eclipse.ecf.provider.comm.tcp that implement ISynchConnection
 class Client
           
 

Uses of ISynchConnection in org.eclipse.ecf.provider.generic
 

Methods in org.eclipse.ecf.provider.generic that return ISynchConnection
protected  ISynchConnection ServerSOContainer.getSynchConnectionForID(ID memberID)