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

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

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

Methods in org.eclipse.ecf.core.comm that return ISynchAsynchConnection
 ISynchAsynchConnection ConnectionFactory.createSynchAsynchConnection(ISynchAsynchEventHandler handler, ConnectionTypeDescription desc, java.lang.Object[] args)
           
 ISynchAsynchConnection ConnectionFactory.createSynchAsynchConnection(ISynchAsynchEventHandler handler, ConnectionTypeDescription desc, java.lang.String[] argTypes, java.lang.Object[] args)
           
 ISynchAsynchConnection ConnectionFactory.createSynchAsynchConnection(ISynchAsynchEventHandler handler, java.lang.String descriptionName)
           
 ISynchAsynchConnection ConnectionFactory.createSynchAsynchConnection(ISynchAsynchEventHandler handler, java.lang.String descriptionName, java.lang.Object[] args)
           
 ISynchAsynchConnection ConnectionFactory.createSynchAsynchConnection(ISynchAsynchEventHandler handler, java.lang.String descriptionName, java.lang.String[] argTypes, java.lang.Object[] args)
           
 

Methods in org.eclipse.ecf.core.comm with parameters of type ISynchAsynchConnection
 java.io.Serializable IConnectRequestHandler.handleConnectRequest(java.net.Socket aSocket, java.lang.String target, java.io.Serializable data, ISynchAsynchConnection conn)
          Handle a connect request from remote client
 

Uses of ISynchAsynchConnection in org.eclipse.ecf.core.comm.provider
 

Methods in org.eclipse.ecf.core.comm.provider that return ISynchAsynchConnection
 ISynchAsynchConnection ISynchAsynchConnectionInstantiator.createInstance(ConnectionTypeDescription description, ISynchAsynchEventHandler handler, java.lang.Class[] clazzes, java.lang.Object[] args)
          Create a new instance implementing ISynchAsynchConnection
 

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

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

Methods in org.eclipse.ecf.provider.comm.tcp that return ISynchAsynchConnection
 ISynchAsynchConnection Client.Creator.createInstance(ConnectionTypeDescription description, ISynchAsynchEventHandler handler, java.lang.Class[] clazzes, java.lang.Object[] args)
           
 

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

Fields in org.eclipse.ecf.provider.generic declared as ISynchAsynchConnection
protected  ISynchAsynchConnection ClientSOContainer.connection
           
 

Methods in org.eclipse.ecf.provider.generic that return ISynchAsynchConnection
protected  ISynchAsynchConnection TCPClientSOContainer.createConnection(ID remoteSpace, java.lang.Object data)
           
protected abstract  ISynchAsynchConnection ClientSOContainer.createConnection(ID remoteSpace, java.lang.Object data)
           
protected  ISynchAsynchConnection ClientSOContainer.getConnection()
           
 

Methods in org.eclipse.ecf.provider.generic with parameters of type ISynchAsynchConnection
protected  ContainerMessage ServerSOContainer.acceptNewClient(java.net.Socket socket, java.lang.String target, java.io.Serializable data, ISynchAsynchConnection conn)
           
 java.io.Serializable TCPServerSOContainer.handleConnectRequest(java.net.Socket socket, java.lang.String target, java.io.Serializable data, ISynchAsynchConnection conn)