Uses of Class
com.atomikos.jms.MessageConsumerSession

Packages that use MessageConsumerSession
com.atomikos.jms   
 

Uses of MessageConsumerSession in com.atomikos.jms
 

Subclasses of MessageConsumerSession in com.atomikos.jms
 class QueueReceiverSession
          A light-weight alternative for message-driven beans: the QueueReceiverSession allows MessageListener instances to listen on JMS messages in a transactional way (non-transactional mode is not supported).
 class TopicSubscriberSession
          A light-weight alternative for message-driven beans: the TopicReceiverSession allows MessageListener instances to listen on JMS messages in a transactional way (non-transactional mode is not supported).
 

Methods in com.atomikos.jms that return MessageConsumerSession
protected  MessageConsumerSession TopicSubscriberSessionPool.createSession()
           
protected  MessageConsumerSession QueueReceiverSessionPool.createSession()
           
protected abstract  MessageConsumerSession MessageConsumerSessionPool.createSession()
           
 



Copyright © 2011. All Rights Reserved.