Uses of Class
org.jencks.amqpool.SessionPool

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

Methods in org.jencks.amqpool that return SessionPool
protected  SessionPool ConnectionPool.createSessionPool(SessionKey key)
           
 

Constructors in org.jencks.amqpool with parameters of type SessionPool
PooledSession(org.apache.activemq.ActiveMQSession aSession, SessionPool sessionPool)
           
 

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



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