com.ibm.mq.jms
Class MQXAConnection

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

public class MQXAConnection
extends MQConnection
implements javax.jms.XAConnection

The XAConnection interface extends the capability of Connection by providing an XASession.

See Also:
MQXAQueueConnection, MQXATopicConnection

Method Summary
 javax.jms.XASession createXASession()
          Creates an XASession.
   
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createXASession

public javax.jms.XASession createXASession()
                                    throws javax.jms.JMSException
Creates an XASession.

Specified by:
createXASession in interface javax.jms.XAConnection
Returns:
xats the XASession
Throws:
javax.jms.JMSException - if JMS Connection fails to create an XA topic session due to some internal error.

(c) Copyright IBM Corp. 2005. All Rights Reserved.