Uses of Interface
org.apache.openejb.client.ConnectionFactory

Packages that use ConnectionFactory
org.apache.openejb.client   
 

Uses of ConnectionFactory in org.apache.openejb.client
 

Classes in org.apache.openejb.client that implement ConnectionFactory
 class FailoverConnectionFactory
          This factory supports the following URI format failover:[strategy:]urlList Where strategy and urlList are variables strategy = the ConnectionStrategy name, such as "sticky", "round-robin", or "random".
 class HttpConnectionFactory
           
 class MulticastConnectionFactory
           
 class SocketConnectionFactory
           
 

Methods in org.apache.openejb.client that return ConnectionFactory
static ConnectionFactory ConnectionManager.unregisterFactory(java.lang.String scheme)
           
 

Methods in org.apache.openejb.client with parameters of type ConnectionFactory
static void ConnectionManager.registerFactory(java.lang.String scheme, ConnectionFactory factory)
           
static void ConnectionManager.setFactory(ConnectionFactory factory)
           
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.