|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionPool | |
---|---|
org.jencks.amqpool | 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.jencks.amqpool |
---|
Subclasses of ConnectionPool in org.jencks.amqpool | |
---|---|
class |
JcaConnectionPool
|
class |
XaConnectionPool
An XA-aware connection pool. |
Methods in org.jencks.amqpool that return ConnectionPool | |
---|---|
protected ConnectionPool |
JcaPooledConnectionFactory.createConnectionPool(org.apache.activemq.ActiveMQConnection connection)
|
protected ConnectionPool |
XaPooledConnectionFactory.createConnectionPool(org.apache.activemq.ActiveMQConnection connection)
|
protected ConnectionPool |
PooledConnectionFactory.createConnectionPool(org.apache.activemq.ActiveMQConnection connection)
|
Constructors in org.jencks.amqpool with parameters of type ConnectionPool | |
---|---|
PooledConnection(ConnectionPool pool)
|
|
SessionPool(ConnectionPool connectionPool,
SessionKey key,
org.apache.commons.pool.ObjectPool sessionPool)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |