站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 connector API Documentation 英文版文档

Uses of Interface org.jboss.resource.connectionmanager.ManagedConnectionPool (JBoss Connector API) - JBoss 4.0.1 sp1 connector API Documentation 英文版文档


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 is a read only attribute returning the pool set up by this mbean.
 ManagedConnectionPool ConnectionListener.getManagedConnectionPool()
          Retrieve the managed connection pool for this listener
 ManagedConnectionPool BaseConnectionManager2.getPoolingStrategy()
          For testing
 ManagedConnectionPool BaseConnectionManager2.BaseConnectionEventListener.getManagedConnectionPool()
           
 

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



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