Uses of Interface
javax.jms.XASession

Packages that use XASession
javax.jms JMS 1.1 API. 
 

Uses of XASession in javax.jms
 

Subinterfaces of XASession in javax.jms
 interface XAQueueSession
          An XAQueueSession provides a regular QueueSession, which can be used to create QueueReceiver, QueueSender, and QueueBrowser objects (optional).
 interface XATopicSession
          An XATopicSession provides a regular TopicSession.
 

Methods in javax.jms that return XASession
 XASession XAConnection.createXASession()
          Creates an XASession object.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.