Skip navigation links
oracle.jms
Class AQjmsXAConnection
java.lang.Object
oracle.jms.AQjmsObject
oracle.jms.AQjmsConnection
oracle.jms.AQjmsXAConnection
- All Implemented Interfaces:
- Connection, QueueConnection, TopicConnection, XAConnection, XAQueueConnection, XATopicConnection
-
public class AQjmsXAConnection
- extends AQjmsConnection
- implements XAConnection, XAQueueConnection, XATopicConnection
Oracle class implementing javax.jms.XAConnection, javax.jms.XAQueueConnection, javax.jms.XATopicConnection
Methods inherited from class oracle.jms.AQjmsConnection |
close, createConnectionConsumer, createConnectionConsumer, createConnectionConsumer, createDurableConnectionConsumer, createQueueSession, createSession, createTopicSession, getClientID, getCurrentJmsSession, getExceptionListener, getMetaData, getOCIConnectionPool, setClientID, setExceptionListener, start, stop |
Methods inherited from class oracle.jms.AQjmsObject |
checkClosed, children, finalize, getID, getParent, isOpen, localClose, preClose |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
createXASession
public XASession createXASession()
throws JMSException
- Creates a
XASession
object.
-
- Specified by:
createXASession
in interface XAConnection
-
- Returns:
- a newly created
XASession
- Throws:
JMSException
- if the XAConnection
object fails to create a XASession
due to some internal error
- Since:
- 1.1
createXAQueueSession
public XAQueueSession createXAQueueSession()
throws JMSException
- Creates a
XAQueueSession
object.
-
- Specified by:
createXAQueueSession
in interface XAQueueConnection
-
- Returns:
- a newly created
XAQueueSession
- Throws:
JMSException
- if the XAQueueConnection
object fails to create a XAQueueSession
due to some internal error
createXATopicSession
public XATopicSession createXATopicSession()
throws JMSException
- Creates a
XATopicSession
object.
-
- Specified by:
createXATopicSession
in interface XATopicConnection
-
- Returns:
- a newly created
XATopicSession
- Throws:
JMSException
- if the XATopicConnection
object fails to create a XATopicSession
due to some internal error
Skip navigation links
Copyright © 2001, 2013, Oracle and/or its affiliates. All rights reserved.
For authorized use only.
Do not distribute to third parties.