org.apache.geronimo.connector.outbound
Class GenericConnectionManager
java.lang.Object
  
org.apache.geronimo.connector.outbound.AbstractConnectionManager
      
org.apache.geronimo.connector.outbound.GenericConnectionManager
- All Implemented Interfaces: 
 - Serializable, ConnectionManager, LazyAssociatableConnectionManager, ConnectionManagerContainer, PoolingAttributes
 
- Direct Known Subclasses: 
 - GenericConnectionManagerGBean
 
public class GenericConnectionManager
- extends AbstractConnectionManager
 
GenericConnectionManager sets up a connection manager stack according to the
 policies described in the attributes.
- See Also:
 - Serialized Form
 
 
 
 
 
 
 
 
| Methods inherited from class org.apache.geronimo.connector.outbound.AbstractConnectionManager | 
allocateConnection, associateConnection, createConnectionFactory, doFail, doStart, doStop, getBlockingTimeoutMilliseconds, getConnectionCount, getConnectionManager, getIdleConnectionCount, getIdleTimeoutMinutes, getPartitionCount, getPartitionMaxSize, getPartitionMinSize, getPooling, getRecoveryXAResource, setBlockingTimeoutMilliseconds, setIdleTimeoutMinutes, setPartitionMaxSize, setPartitionMinSize | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
GenericConnectionManager
public GenericConnectionManager()
GenericConnectionManager
public GenericConnectionManager(TransactionSupport transactionSupport,
                                PoolingSupport pooling,
                                boolean containerManagedSecurity,
                                ConnectionTracker connectionTracker,
                                TransactionManager transactionManager,
                                String objectName,
                                ClassLoader classLoader)
Copyright © 2006 Apache Software Foundation. All Rights Reserved.