Uses of Interface
javax.jms.XASession
-
-
Uses of XASession in javax.jms
Subinterfaces of XASession in javax.jms Modifier and Type Interface Description interfaceXAQueueSessionAnXAQueueSessionprovides a regularQueueSession, which can be used to createQueueReceiver,QueueSender, andQueueBrowserobjects (optional).interfaceXATopicSessionAnXATopicSessionprovides a regularTopicSession.Methods in javax.jms that return XASession Modifier and Type Method Description XASessionXAConnection. createXASession()Creates anXASessionobject.
-