Uses of Interface
org.apache.geronimo.connector.outbound.ConnectionManagerFactory

Packages that use ConnectionManagerFactory
org.apache.geronimo.connector.outbound   
 

Uses of ConnectionManagerFactory in org.apache.geronimo.connector.outbound
 

Classes in org.apache.geronimo.connector.outbound that implement ConnectionManagerFactory
 class AbstractConnectionManager
           
 class GenericConnectionManager
          GenericConnectionManager sets up a connection manager stack according to the policies described in the attributes.
 

Methods in org.apache.geronimo.connector.outbound that return ConnectionManagerFactory
 ConnectionManagerFactory ManagedConnectionFactoryWrapper.getConnectionManagerFactory()
           
 

Methods in org.apache.geronimo.connector.outbound with parameters of type ConnectionManagerFactory
 void ManagedConnectionFactoryWrapper.setConnectionManagerFactory(ConnectionManagerFactory connectionManagerFactory)
           
 

Constructors in org.apache.geronimo.connector.outbound with parameters of type ConnectionManagerFactory
ManagedConnectionFactoryWrapper(Class managedConnectionFactoryClass, Class connectionFactoryInterface, Class connectionFactoryImplClass, Class connectionInterface, Class connectionImplClass, String globalJNDIName, ResourceAdapterWrapper resourceAdapterWrapper, ConnectionManagerFactory connectionManagerFactory, ManagedConnectionFactoryListener managedConnectionFactoryListener, org.apache.geronimo.kernel.Kernel kernel, String objectName)
           
 



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.