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

Uses of SessionKey in org.apache.activemq.pool
 

Methods in org.apache.activemq.pool with parameters of type SessionKey
protected  org.apache.activemq.ActiveMQSession PooledConnection.createSession(SessionKey key)
           
 boolean SessionKey.equals(SessionKey that)
           
 

Constructors in org.apache.activemq.pool with parameters of type SessionKey
PooledSession(SessionKey key, org.apache.activemq.ActiveMQSession session, org.apache.commons.pool.KeyedObjectPool<SessionKey,PooledSession> sessionPool)
           
 

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



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