|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ConnectionPool in org.apache.activemq.jms.pool |
|---|
| Subclasses of ConnectionPool in org.apache.activemq.jms.pool | |
|---|---|
class |
JcaConnectionPool
|
class |
XaConnectionPool
An XA-aware connection pool. |
| Fields in org.apache.activemq.jms.pool declared as ConnectionPool | |
|---|---|
protected ConnectionPool |
PooledConnection.pool
|
| Methods in org.apache.activemq.jms.pool that return ConnectionPool | |
|---|---|
protected ConnectionPool |
XaPooledConnectionFactory.createConnectionPool(javax.jms.Connection connection)
|
protected ConnectionPool |
PooledConnectionFactory.createConnectionPool(javax.jms.Connection connection)
Delegate that creates each instance of an ConnectionPool object. |
protected ConnectionPool |
JcaPooledConnectionFactory.createConnectionPool(javax.jms.Connection connection)
|
| Methods in org.apache.activemq.jms.pool that return types with arguments of type ConnectionPool | |
|---|---|
protected org.apache.commons.pool.impl.GenericKeyedObjectPool<ConnectionKey,ConnectionPool> |
PooledConnectionFactory.getConnectionsPool()
Gets the Pool of ConnectionPool instances which are keyed by different ConnectionKeys. |
| Methods in org.apache.activemq.jms.pool with parameters of type ConnectionPool | |
|---|---|
protected javax.jms.Connection |
PooledConnectionFactory.newPooledConnection(ConnectionPool connection)
|
| Constructors in org.apache.activemq.jms.pool with parameters of type ConnectionPool | |
|---|---|
PooledConnection(ConnectionPool pool)
Creates a new PooledConnection instance that uses the given ConnectionPool to create and manage its resources. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||