org.apache.geronimo.connector.outbound
Class GenericConnectionManager

java.lang.Object
  extended byorg.apache.geronimo.connector.outbound.AbstractConnectionManager
      extended byorg.apache.geronimo.connector.outbound.GenericConnectionManager
All Implemented Interfaces:
javax.resource.spi.ConnectionManager, ConnectionManagerContainer, javax.resource.spi.LazyAssociatableConnectionManager, PoolingAttributes, Serializable
Direct Known Subclasses:
GenericConnectionManagerGBean

public class GenericConnectionManager
extends AbstractConnectionManager

GenericConnectionManager sets up a connection manager stack according to the policies described in the attributes.

Version:
$Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.apache.geronimo.connector.outbound.AbstractConnectionManager
AbstractConnectionManager.Interceptors
 
Nested classes inherited from class org.apache.geronimo.connector.outbound.ConnectionManagerContainer
ConnectionManagerContainer.ReturnableXAResource
 
Field Summary
 
Fields inherited from class org.apache.geronimo.connector.outbound.AbstractConnectionManager
interceptors
 
Constructor Summary
GenericConnectionManager()
           
GenericConnectionManager(TransactionSupport transactionSupport, PoolingSupport pooling, boolean containerManagedSecurity, ConnectionTracker connectionTracker, org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager, String objectName, ClassLoader classLoader)
           
 
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
 

Constructor Detail

GenericConnectionManager

public GenericConnectionManager()

GenericConnectionManager

public GenericConnectionManager(TransactionSupport transactionSupport,
                                PoolingSupport pooling,
                                boolean containerManagedSecurity,
                                ConnectionTracker connectionTracker,
                                org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager,
                                String objectName,
                                ClassLoader classLoader)


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