Uses of Interface
jakarta.jms.XASession

Packages that use XASession
Package
Description
The Jakarta Messaging API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages.
  • Uses of XASession in jakarta.jms

    Subinterfaces of XASession in jakarta.jms
    Modifier and Type
    Interface
    Description
    interface 
    An XAQueueSession provides a regular QueueSession, which can be used to create QueueReceiver, QueueSender, and QueueBrowser objects (optional).
    interface 
    An XATopicSession provides a regular TopicSession. which can be used to create TopicSubscriber and TopicPublisher objects (optional).
    Methods in jakarta.jms that return XASession
    Modifier and Type
    Method
    Description
    XAConnection.createXASession()
    Creates an XASession object.