|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mq.jms.MQConnection | +--com.ibm.mq.jms.MQTopicConnection | +--com.ibm.mq.jms.MQXATopicConnection
An XATopicConnection provides the same creation options as MQTopicConnection. The only difference is that an XAConnection is transacted.
MQTopicConnection
,
MQXAConnection
Method Summary | |
javax.jms.XATopicSession |
createXATopicSession()
Creates an XATopicSession. |
Methods inherited from class com.ibm.mq.jms.MQTopicConnection |
createTopicSession |
Methods inherited from class com.ibm.mq.jms.MQConnection |
createConnectionConsumer, createDurableConnectionConsumer, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.jms.XATopicConnection |
createTopicSession |
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.TopicConnection |
createConnectionConsumer, createDurableConnectionConsumer |
Method Detail |
public javax.jms.XATopicSession createXATopicSession() throws javax.jms.JMSException
createXATopicSession
in interface javax.jms.XATopicConnection
javax.jms.JMSException
- if the command fails to create an
XA topic session due to some internal error.
|
(c) Copyright IBM Corp. 2005. All Rights Reserved. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |