Uses of Class
bitronix.tm.resource.jms.DualSessionWrapper
Packages that use DualSessionWrapper
-
Uses of DualSessionWrapper in bitronix.tm.resource.jms
Fields in bitronix.tm.resource.jms declared as DualSessionWrapperModifier and TypeFieldDescriptionprotected final DualSessionWrapperMessageConsumerWrapper.sessionprotected final DualSessionWrapperMessageProducerWrapper.sessionConstructors in bitronix.tm.resource.jms with parameters of type DualSessionWrapperModifierConstructorDescriptionMessageConsumerWrapper(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)