org.apache.geronimo.connector.outbound
Class GenericConnectionManagerGBean

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

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

Version:
$Revision: 406019 $
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
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, org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager, String objectName, ClassLoader classLoader, org.apache.geronimo.kernel.Kernel kernel)
           
 
Method Summary
 javax.resource.spi.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,
                                     org.apache.geronimo.transaction.context.TransactionContextManager transactionContextManager,
                                     String objectName,
                                     ClassLoader classLoader,
                                     org.apache.geronimo.kernel.Kernel kernel)
Method Detail

getConnectionManager

public javax.resource.spi.ConnectionManager getConnectionManager()
Specified by:
getConnectionManager in interface ConnectionManagerContainer
Overrides:
getConnectionManager in class AbstractConnectionManager

getGBeanInfo

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


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