javax.jms
Interface XATopicConnection


public abstract interface XATopicConnection
extends XAConnection, TopicConnection

An XATopicConnection provides the same create options as TopicConnection. The only difference is that an XAConnection is by definition transacted.

Version:
1.0 - 13 March 1998
Author:
Mark Hapner, Rich Burridge
See Also:
XAConnection

Method Summary
 XATopicSession createXATopicSession()
          Create an XATopicSession.
 
Methods inherited from interface javax.jms.TopicConnection
createConnectionConsumer, createDurableConnectionConsumer, createTopicSession
 
Methods inherited from interface javax.jms.Connection
close, getClientID, getMetaData, setClientID, setExceptionListener, start, stop
 

Method Detail

createXATopicSession


public XATopicSession createXATopicSession()

                                    throws JMSException
Create an XATopicSession.
Throws:
JMSException - if JMS Connection fails to create a XA topic session due to some internal error.