|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |