Uses of Interface
org.jboss.resource.connectionmanager.ManagedConnectionPool

Packages that use ManagedConnectionPool
org.jboss.resource.connectionmanager   
 

Uses of ManagedConnectionPool in org.jboss.resource.connectionmanager
 

Classes in org.jboss.resource.connectionmanager that implement ManagedConnectionPool
static class JBossManagedConnectionPool.BasePool
          The base pool implementation
static class JBossManagedConnectionPool.OnePool
          One pool
static class JBossManagedConnectionPool.PoolByCri
          Pool by connection request information
static class JBossManagedConnectionPool.PoolBySubject
          Pool by subject
static class JBossManagedConnectionPool.PoolBySubjectAndCri
          Pooling by subject and connection request information
 

Fields in org.jboss.resource.connectionmanager declared as ManagedConnectionPool
protected  ManagedConnectionPool BaseConnectionManager2.poolingStrategy
           
 

Methods in org.jboss.resource.connectionmanager that return ManagedConnectionPool
 ManagedConnectionPool JBossManagedConnectionPoolMBean.getManagedConnectionPool()
          ManagedConnectionPool is a read only attribute returning the pool set up by this mbean.
 ManagedConnectionPool JBossManagedConnectionPool.getManagedConnectionPool()
           
 ManagedConnectionPool ConnectionListener.getManagedConnectionPool()
          Retrieve the managed connection pool for this listener
 ManagedConnectionPool BaseConnectionManager2.BaseConnectionEventListener.getManagedConnectionPool()
           
 ManagedConnectionPool BaseConnectionManager2.getPoolingStrategy()
          For testing
 

Constructors in org.jboss.resource.connectionmanager with parameters of type ManagedConnectionPool
BaseConnectionManager2.BaseConnectionEventListener(javax.resource.spi.ManagedConnection mc, ManagedConnectionPool mcp, Object context, org.jboss.logging.Logger log)
           
BaseConnectionManager2(CachedConnectionManager ccm, ManagedConnectionPool poolingStrategy)
          Creates a new BaseConnectionManager2 instance.
NoTxConnectionManager(CachedConnectionManager ccm, ManagedConnectionPool poolingStrategy)
          Creates a new NoTxConnectionManager instance.
TxConnectionManager.TxConnectionEventListener(javax.resource.spi.ManagedConnection mc, ManagedConnectionPool mcp, Object context, org.jboss.logging.Logger log, XAResource xaResource)
           
TxConnectionManager(CachedConnectionManager ccm, ManagedConnectionPool poolingStrategy, TransactionManager tm)
          Creates a new TxConnectionManager instance.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.