com.ibm.mq.jms
Class MQXATopicConnection

java.lang.Object
  |
  +--com.ibm.mq.jms.MQConnection
        |
        +--com.ibm.mq.jms.MQTopicConnection
              |
              +--com.ibm.mq.jms.MQXATopicConnection
All Implemented Interfaces:
javax.jms.Connection, javax.jms.TopicConnection, javax.jms.XAConnection, javax.jms.XATopicConnection

public class MQXATopicConnection
extends MQTopicConnection
implements javax.jms.XATopicConnection

An XATopicConnection provides the same creation options as MQTopicConnection. The only difference is that an XAConnection is transacted.

See Also:
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

createXATopicSession

public javax.jms.XATopicSession createXATopicSession()
                                              throws javax.jms.JMSException
Creates an XATopicSession.

Specified by:
createXATopicSession in interface javax.jms.XATopicConnection
Returns:
the XA topic session.
Throws:
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.