Uses of Class
bitronix.tm.resource.jms.PoolingConnectionFactory

Packages that use PoolingConnectionFactory
bitronix.tm.resource.jms Synchronous JMS specific resource management code. 
 

Uses of PoolingConnectionFactory in bitronix.tm.resource.jms
 

Methods in bitronix.tm.resource.jms that return PoolingConnectionFactory
 PoolingConnectionFactory JmsPooledConnection.getPoolingConnectionFactory()
           
 PoolingConnectionFactory DualSessionWrapper.getPoolingConnectionFactory()
           
 

Constructors in bitronix.tm.resource.jms with parameters of type PoolingConnectionFactory
JmsPooledConnection(PoolingConnectionFactory poolingConnectionFactory, javax.jms.XAConnection connection)
           
MessageConsumerWrapper(javax.jms.MessageConsumer messageConsumer, DualSessionWrapper session, PoolingConnectionFactory poolingConnectionFactory)
           
MessageProducerWrapper(javax.jms.MessageProducer messageProducer, DualSessionWrapper session, PoolingConnectionFactory poolingConnectionFactory)
           
TopicSubscriberWrapper(javax.jms.TopicSubscriber topicSubscriber, DualSessionWrapper session, PoolingConnectionFactory poolingConnectionFactory)
           
 



Copyright © 2006-2013 Bitronix Software. All Rights Reserved.