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

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

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

Constructors in org.apache.activemq.pool with parameters of type SessionKey
SessionPool(ConnectionPool connectionPool, SessionKey key, ObjectPool sessionPool)
           
 

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



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.