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

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

Uses of DualSessionWrapper in bitronix.tm.resource.jms
 

Fields in bitronix.tm.resource.jms declared as DualSessionWrapper
protected  DualSessionWrapper MessageProducerWrapper.session
           
protected  DualSessionWrapper MessageConsumerWrapper.session
           
 

Constructors in bitronix.tm.resource.jms with parameters of type DualSessionWrapper
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.