Uses of Class
org.jencks.amqpool.SessionKey

Packages that use SessionKey
org.jencks.amqpool 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.jencks.amqpool
 

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

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

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



Copyright © 2010 LogicBlaze, Inc.. All Rights Reserved.