|
Oracle® Streams Advanced Queuing Java API Reference 10g Release 2 (10.2) B14291-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jms.AQjmsObject
oracle.jms.AQjmsConnection
oracle.jms.AQjmsXAConnection
Oracle class implementing javax.jms.XAConnection, javax.jms.XAQueueConnection, javax.jms.XATopicConnection
| Method Summary | |
XAQueueSession |
createXAQueueSession()Creates a XAQueueSession object. |
XASession |
createXASession()Creates a XASession object. |
XATopicSession |
createXATopicSession()Creates a XATopicSession object. |
| 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 |
| Methods inherited from interface javax.jms.XAConnection |
createSession |
| Methods inherited from interface javax.jms.Connection |
close, createConnectionConsumer, createDurableConnectionConsumer, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop |
| Methods inherited from interface javax.jms.XAQueueConnection |
createQueueSession |
| Methods inherited from interface javax.jms.QueueConnection |
createConnectionConsumer |
| Methods inherited from interface javax.jms.XATopicConnection |
createTopicSession |
| Methods inherited from interface javax.jms.TopicConnection |
createConnectionConsumer, createDurableConnectionConsumer |
| Method Detail |
public XASession createXASession()
throws JMSException
XASession object.createXASession in interface XAConnectionXASessionJMSException - if the XAConnection object fails to create a XASession due to some internal error
public XAQueueSession createXAQueueSession()
throws JMSException
XAQueueSession object.createXAQueueSession in interface XAQueueConnectionXAQueueSessionJMSException - if the XAQueueConnection object fails to create a XAQueueSession due to some internal error
public XATopicSession createXATopicSession()
throws JMSException
XATopicSession object.createXATopicSession in interface XATopicConnectionXATopicSessionJMSException - if the XATopicConnection object fails to create a XATopicSession due to some internal error
|
Oracle® Streams Advanced Queuing Java API Reference 10g Release 2 (10.2) B14291-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||