Uses of Class
org.apache.cxf.transport.jms.PooledSession

Uses of PooledSession in org.apache.cxf.transport.jms
 

Methods in org.apache.cxf.transport.jms that return PooledSession
 PooledSession JMSSessionFactory.get(boolean replyCapable)
           
 PooledSession JMSSessionFactory.get(javax.jms.Destination destination)
          Retrieve a new
 PooledSession JMSSessionFactory.get(javax.jms.Destination replyDest, boolean replyCapable)
          Retrieve a new or cached Session.
 

Methods in org.apache.cxf.transport.jms with parameters of type PooledSession
 void JMSSessionFactory.recycle(PooledSession pooledSession)
          Return a Session to the pool
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.