javax.jms

Interface XATopicConnection

All Superinterfaces:
Connection, TopicConnection, XAConnection

public interface XATopicConnection
extends XAConnection, TopicConnection

Method Summary

TopicSession
createTopicSession(boolean transacted, int acknowledgeMode)
XATopicSession
createXATopicSession()

Methods inherited from interface javax.jms.Connection

close, createConnectionConsumer, createDurableConnectionConsumer, createSession, getClientID, getExceptionListener, getMetaData, setClientID, setExceptionListener, start, stop

Methods inherited from interface javax.jms.TopicConnection

createConnectionConsumer, createDurableConnectionConsumer, createTopicSession

Methods inherited from interface javax.jms.XAConnection

createSession, createXASession

Method Details

createTopicSession

public TopicSession createTopicSession(boolean transacted,
                                       int acknowledgeMode)
            throws JMSException
Specified by:
createTopicSession in interface TopicConnection

createXATopicSession

public XATopicSession createXATopicSession()
            throws JMSException