| Package | Description |
|---|---|
| org.apache.activemq.jms.pool |
A JMS provider which pools Connection, Session and MessageProducer instances so it can be used with tools like
Spring's JmsTemplate.
|
| org.apache.activemq.pool |
| Modifier and Type | Class and Description |
|---|---|
class |
JcaConnectionPool |
class |
XaConnectionPool
An XA-aware connection pool.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConnectionPool |
PooledConnection.pool |
| Modifier and Type | Method and Description |
|---|---|
protected ConnectionPool |
XaPooledConnectionFactory.createConnectionPool(Connection connection) |
protected ConnectionPool |
PooledConnectionFactory.createConnectionPool(Connection connection)
Delegate that creates each instance of an ConnectionPool object.
|
protected ConnectionPool |
JcaPooledConnectionFactory.createConnectionPool(Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.commons.pool.impl.GenericKeyedObjectPool<ConnectionKey,ConnectionPool> |
PooledConnectionFactory.getConnectionsPool()
Gets the Pool of ConnectionPool instances which are keyed by different ConnectionKeys.
|
| Modifier and Type | Method and Description |
|---|---|
protected Connection |
PooledConnectionFactory.newPooledConnection(ConnectionPool connection) |
| Constructor and Description |
|---|
PooledConnection(ConnectionPool pool)
Creates a new PooledConnection instance that uses the given ConnectionPool to create
and manage its resources.
|
| Modifier and Type | Method and Description |
|---|---|
protected ConnectionPool |
XaPooledConnectionFactory.createConnectionPool(Connection connection) |
protected ConnectionPool |
PooledConnectionFactory.createConnectionPool(Connection connection) |
protected ConnectionPool |
JcaPooledConnectionFactory.createConnectionPool(Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
protected Connection |
PooledConnectionFactory.newPooledConnection(ConnectionPool connection) |
| Constructor and Description |
|---|
PooledConnection(ConnectionPool connection) |
Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.