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

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

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

Methods in org.eclipse.ecf.core.comm with parameters of type ISynchAsynchEventHandler
 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)
           
 

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

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

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

Fields in org.eclipse.ecf.provider.comm.tcp declared as ISynchAsynchEventHandler
protected  ISynchAsynchEventHandler Client.handler
           
 

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

Constructors in org.eclipse.ecf.provider.comm.tcp with parameters of type ISynchAsynchEventHandler
Client(ISynchAsynchEventHandler handler, int keepAlive)
           
Client(ISynchAsynchEventHandler handler, java.lang.Integer keepAlive)
           
Client(ISynchAsynchEventHandler handler, int keepAlive, int maxmsgs)
           
Client(java.net.Socket aSocket, java.io.ObjectInputStream iStream, java.io.ObjectOutputStream oStream, ISynchAsynchEventHandler handler, int keepAlive)
           
Client(java.net.Socket aSocket, java.io.ObjectInputStream iStream, java.io.ObjectOutputStream oStream, ISynchAsynchEventHandler handler, int keepAlive, int maxmsgs)
           
 

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

Methods in org.eclipse.ecf.provider.generic that return ISynchAsynchEventHandler
protected  ISynchAsynchEventHandler SOContainer.getReceiver()