Uses of Class
bitronix.tm.resource.messaging.DualSessionWrapper
Packages that use DualSessionWrapper
Package
Description
Synchronous Jakarta Messaging specific resource management code.
-
Uses of DualSessionWrapper in bitronix.tm.resource.messaging
Fields in bitronix.tm.resource.messaging declared as DualSessionWrapperModifier and TypeFieldDescriptionprotected final DualSessionWrapperMessageConsumerWrapper.sessionprotected final DualSessionWrapperMessageProducerWrapper.sessionConstructors in bitronix.tm.resource.messaging with parameters of type DualSessionWrapperModifierConstructorDescriptionMessageConsumerWrapper(jakarta.jms.MessageConsumer messageConsumer, DualSessionWrapper session, PoolingConnectionFactory poolingConnectionFactory) MessageProducerWrapper(jakarta.jms.MessageProducer messageProducer, DualSessionWrapper session, PoolingConnectionFactory poolingConnectionFactory) TopicSubscriberWrapper(jakarta.jms.TopicSubscriber topicSubscriber, DualSessionWrapper session, PoolingConnectionFactory poolingConnectionFactory)