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

Packages that use ConnectionFactory
org.apache.openejb.client   
org.apache.openejb.client.event   
 

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(String scheme)
           
 

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

Uses of ConnectionFactory in org.apache.openejb.client.event
 

Methods in org.apache.openejb.client.event that return ConnectionFactory
 ConnectionFactory ConnectionFactoryRemoved.getFactory()
           
 ConnectionFactory ConnectionFactoryAdded.getFactory()
           
 

Constructors in org.apache.openejb.client.event with parameters of type ConnectionFactory
ConnectionFactoryAdded(String scheme, ConnectionFactory factory)
           
ConnectionFactoryRemoved(String scheme, ConnectionFactory factory)
           
 



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.