Uses of Class
org.apache.activemq.jms.pool.SessionKey

Uses of SessionKey in org.apache.activemq.jms.pool
 

Methods in org.apache.activemq.jms.pool with parameters of type SessionKey
protected  javax.jms.Session PooledConnection.createSession(SessionKey key)
           
 boolean SessionKey.equals(SessionKey that)
           
protected  javax.jms.Session XaConnectionPool.makeSession(SessionKey key)
           
protected  javax.jms.Session ConnectionPool.makeSession(SessionKey key)
           
 

Constructors in org.apache.activemq.jms.pool with parameters of type SessionKey
PooledSession(SessionKey key, javax.jms.Session session, org.apache.commons.pool.KeyedObjectPool<SessionKey,PooledSession> sessionPool, boolean transactional)
           
 

Constructor parameters in org.apache.activemq.jms.pool with type arguments of type SessionKey
PooledSession(SessionKey key, javax.jms.Session session, org.apache.commons.pool.KeyedObjectPool<SessionKey,PooledSession> sessionPool, boolean transactional)
           
 



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.