Uses of Class
org.apache.aries.transaction.jms.internal.SessionPool

Packages that use SessionPool
org.apache.aries.transaction.jms.internal   
 

Uses of SessionPool in org.apache.aries.transaction.jms.internal
 

Methods in org.apache.aries.transaction.jms.internal that return SessionPool
protected  SessionPool ConnectionPool.createSessionPool(SessionKey key)
           
 

Constructors in org.apache.aries.transaction.jms.internal with parameters of type SessionPool
PooledSession(javax.jms.Session session, SessionPool sessionPool, boolean transactional)
           
 

Constructor parameters in org.apache.aries.transaction.jms.internal with type arguments of type SessionPool
ConnectionPool(javax.jms.Connection connection, ConcurrentHashMap<SessionKey,SessionPool> cache, org.apache.commons.pool.ObjectPoolFactory poolFactory)
           
 



Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.