Uses of Interface
org.sourceforge.jemm.comm.connection.ClientConnectionFactory

Packages that use ClientConnectionFactory
org.sourceforge.jemm.comm.client   
org.sourceforge.jemm.comm.connection.pipe   
org.sourceforge.jemm.comm.connection.socket   
org.sourceforge.jemm.comm.example.echo   
org.sourceforge.jemm.database.remote.client   
org.sourceforge.jemm.server   
 

Uses of ClientConnectionFactory in org.sourceforge.jemm.comm.client
 

Fields in org.sourceforge.jemm.comm.client declared as ClientConnectionFactory
protected  ClientConnectionFactory RPCClient.connFactory
           
 

Constructors in org.sourceforge.jemm.comm.client with parameters of type ClientConnectionFactory
RPCClient(ClientConnectionFactory connFactory)
          Creates o RPCClient instance using the given connection factory.
 

Uses of ClientConnectionFactory in org.sourceforge.jemm.comm.connection.pipe
 

Methods in org.sourceforge.jemm.comm.connection.pipe that return ClientConnectionFactory
 ClientConnectionFactory PipeConnectionHelper.createClientFactory()
           
 

Uses of ClientConnectionFactory in org.sourceforge.jemm.comm.connection.socket
 

Classes in org.sourceforge.jemm.comm.connection.socket that implement ClientConnectionFactory
 class SocketClientConnectionFactory
           
 

Uses of ClientConnectionFactory in org.sourceforge.jemm.comm.example.echo
 

Constructors in org.sourceforge.jemm.comm.example.echo with parameters of type ClientConnectionFactory
EchoClient(ClientConnectionFactory connFactory)
           
 

Uses of ClientConnectionFactory in org.sourceforge.jemm.database.remote.client
 

Constructors in org.sourceforge.jemm.database.remote.client with parameters of type ClientConnectionFactory
RemoteDatabase(ClientConnectionFactory clientFactory)
          Create a remote database instance.
 

Uses of ClientConnectionFactory in org.sourceforge.jemm.server
 

Methods in org.sourceforge.jemm.server with parameters of type ClientConnectionFactory
static void ShutdownRequestSender.sendRequest(ClientConnectionFactory connectionFactory)
           
 



Copyright © 2009. All Rights Reserved.