Uses of Interface
org.eclipse.ecf.core.comm.IAsynchConnection

Packages that use IAsynchConnection
org.eclipse.ecf.core.comm   
org.eclipse.ecf.provider.comm.tcp   
org.eclipse.ecf.provider.generic   
 

Uses of IAsynchConnection in org.eclipse.ecf.core.comm
 

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

Constructors in org.eclipse.ecf.core.comm with parameters of type IAsynchConnection
AsynchEvent(IAsynchConnection conn, java.lang.Object data)
           
DisconnectEvent(IAsynchConnection conn, java.lang.Throwable e, java.lang.Object data)
           
 

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

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

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

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

Methods in org.eclipse.ecf.provider.generic with parameters of type IAsynchConnection
protected abstract  ID SOContainer.getIDForConnection(IAsynchConnection connection)
           
protected  ID ServerSOContainer.getIDForConnection(IAsynchConnection conn)
           
protected  ID ClientSOContainer.getIDForConnection(IAsynchConnection conn)
           
protected  void ClientSOContainer.memberLeave(ID fromID, IAsynchConnection conn)