|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionPool | |
---|---|
org.apache.activemq.pool | A JMS provider which pools Connection, Session and MessageProducer instances so it can be used with tools like Spring's JmsTemplate. |
Uses of ConnectionPool in org.apache.activemq.pool |
---|
Subclasses of ConnectionPool in org.apache.activemq.pool | |
---|---|
class |
JcaConnectionPool
|
class |
XaConnectionPool
An XA-aware connection pool. |
Methods in org.apache.activemq.pool that return ConnectionPool | |
---|---|
protected ConnectionPool |
JcaPooledConnectionFactory.createConnectionPool(ActiveMQConnection connection)
|
protected ConnectionPool |
PooledConnectionFactory.createConnectionPool(ActiveMQConnection connection)
|
protected ConnectionPool |
XaPooledConnectionFactory.createConnectionPool(ActiveMQConnection connection)
|
Constructors in org.apache.activemq.pool with parameters of type ConnectionPool | |
---|---|
PooledConnection(ConnectionPool pool)
|
|
SessionPool(ConnectionPool connectionPool,
SessionKey key,
org.apache.commons.pool.ObjectPool sessionPool)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |