org.apache.geronimo.connector.outbound
Class GenericConnectionManagerGBean

java.lang.Object
  extended by org.apache.geronimo.connector.outbound.AbstractConnectionManager
      extended by org.apache.geronimo.connector.outbound.GenericConnectionManager
          extended by org.apache.geronimo.connector.outbound.GenericConnectionManagerGBean
All Implemented Interfaces:
Serializable, ConnectionManager, LazyAssociatableConnectionManager, ConnectionManagerContainer, PoolingAttributes, org.apache.geronimo.gbean.GBeanLifecycle

public class GenericConnectionManagerGBean
extends GenericConnectionManager
implements org.apache.geronimo.gbean.GBeanLifecycle

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.geronimo.connector.outbound.AbstractConnectionManager
AbstractConnectionManager.Interceptors
 
Nested classes/interfaces inherited from interface org.apache.geronimo.connector.outbound.ConnectionManagerContainer
ConnectionManagerContainer.ReturnableXAResource
 
Field Summary
static org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
           
 
Fields inherited from class org.apache.geronimo.connector.outbound.AbstractConnectionManager
interceptors
 
Constructor Summary
GenericConnectionManagerGBean()
           
GenericConnectionManagerGBean(TransactionSupport transactionSupport, PoolingSupport pooling, boolean containerManagedSecurity, ConnectionTracker connectionTracker, TransactionManager transactionManager, String objectName, ClassLoader classLoader, org.apache.geronimo.kernel.Kernel kernel)
           
 
Method Summary
 ConnectionManager getConnectionManager()
           
static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()
           
 
Methods inherited from class org.apache.geronimo.connector.outbound.AbstractConnectionManager
allocateConnection, associateConnection, createConnectionFactory, doFail, doStart, doStop, getBlockingTimeoutMilliseconds, getConnectionCount, 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
 
Methods inherited from interface org.apache.geronimo.gbean.GBeanLifecycle
doFail, doStart, doStop
 

Field Detail

GBEAN_INFO

public static final org.apache.geronimo.gbean.GBeanInfo GBEAN_INFO
Constructor Detail

GenericConnectionManagerGBean

public GenericConnectionManagerGBean()

GenericConnectionManagerGBean

public GenericConnectionManagerGBean(TransactionSupport transactionSupport,
                                     PoolingSupport pooling,
                                     boolean containerManagedSecurity,
                                     ConnectionTracker connectionTracker,
                                     TransactionManager transactionManager,
                                     String objectName,
                                     ClassLoader classLoader,
                                     org.apache.geronimo.kernel.Kernel kernel)
Method Detail

getConnectionManager

public ConnectionManager getConnectionManager()
Specified by:
getConnectionManager in interface ConnectionManagerContainer
Overrides:
getConnectionManager in class AbstractConnectionManager

getGBeanInfo

public static org.apache.geronimo.gbean.GBeanInfo getGBeanInfo()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.