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)
           
 boolean SessionKey.equals(SessionKey that)
           
 

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



Copyright © 2009 Apache Software Foundation. All Rights Reserved.