Uses of Class
org.apache.activemq.pool.SessionPool

Packages that use SessionPool
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 SessionPool in org.apache.activemq.pool
 

Methods in org.apache.activemq.pool that return SessionPool
protected  SessionPool ConnectionPool.createSessionPool(SessionKey key)
           
 

Constructors in org.apache.activemq.pool with parameters of type SessionPool
PooledSession(ActiveMQSession aSession, SessionPool sessionPool)
           
 

Constructor parameters in org.apache.activemq.pool with type arguments of type SessionPool
ConnectionPool(ActiveMQConnection connection, java.util.concurrent.ConcurrentHashMap<SessionKey,SessionPool> cache, org.apache.commons.pool.ObjectPoolFactory poolFactory)
           
 



Copyright © 2005-2015. All Rights Reserved.