Uses of Interface
javax.jms.XASession
-
-
Uses of XASession in javax.jms
Subinterfaces of XASession in javax.jms Modifier and Type Interface Description interface
XAQueueSession
AnXAQueueSession
provides a regularQueueSession
, which can be used to createQueueReceiver
,QueueSender
, andQueueBrowser
objects (optional).interface
XATopicSession
AnXATopicSession
provides a regularTopicSession
.Methods in javax.jms that return XASession Modifier and Type Method Description XASession
XAConnection. createXASession()
Creates anXASession
object.
-