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

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

Methods in org.apache.activemq.pool that return PooledSession
 PooledSession SessionPool.borrowSession()
           
 

Methods in org.apache.activemq.pool with parameters of type PooledSession
 void SessionPool.returnSession(PooledSession session)
           
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.