public class AQjmsXAConnection extends AQjmsConnection implements XAConnection, XAQueueConnection, XATopicConnection
| Modifier and Type | Method and Description |
|---|---|
XAQueueSession |
createXAQueueSession()
Creates a
XAQueueSession object. |
XASession |
createXASession()
Creates a
XASession object. |
XATopicSession |
createXATopicSession()
Creates a
XATopicSession object. |
close, createConnectionConsumer, createConnectionConsumer, createConnectionConsumer, createDurableConnectionConsumer, createQueueSession, createSession, createTopicSession, getClientID, getCurrentJmsSession, getExceptionListener, getMetaData, getOCIConnectionPool, setClientID, setExceptionListener, start, stopcheckClosed, children, finalize, getID, getParent, isOpen, localClose, preCloseclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateQueueSessioncreateConnectionConsumercreateTopicSessioncreateSessioncreateConnectionConsumer, createDurableConnectionConsumerclose, createConnectionConsumer, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stoppublic XASession createXASession() throws JMSException
XASession object.createXASession in interface XAConnectionXASessionJMSException - if the XAConnection object fails to create a XASession due to some internal errorpublic XAQueueSession createXAQueueSession() throws JMSException
XAQueueSession object.createXAQueueSession in interface XAQueueConnectionXAQueueSessionJMSException - if the XAQueueConnection object fails to create a XAQueueSession due to some internal errorpublic XATopicSession createXATopicSession() throws JMSException
XATopicSession object.createXATopicSession in interface XATopicConnectionXATopicSessionJMSException - if the XATopicConnection object fails to create a XATopicSession due to some internal error