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

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

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

Methods in org.apache.aries.transaction.jms.internal with parameters of type SessionKey
protected  javax.jms.Session PooledConnection.createSession(SessionKey key)
           
protected  SessionPool ConnectionPool.createSessionPool(SessionKey key)
           
 boolean SessionKey.equals(SessionKey that)
           
 

Constructors in org.apache.aries.transaction.jms.internal with parameters of type SessionKey
SessionPool(ConnectionPool connectionPool, SessionKey key, org.apache.commons.pool.ObjectPool sessionPool)
           
 

Constructor parameters in org.apache.aries.transaction.jms.internal with type arguments of type SessionKey
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.