javax.jms

Interface XATopicConnectionFactory

All Superinterfaces:
ConnectionFactory, TopicConnectionFactory, XAConnectionFactory

public interface XATopicConnectionFactory
extends XAConnectionFactory, TopicConnectionFactory

Method Summary

XATopicConnection
createXATopicConnection()
XATopicConnection
createXATopicConnection(String userName, String password)

Methods inherited from interface javax.jms.ConnectionFactory

createConnection, createConnection

Methods inherited from interface javax.jms.TopicConnectionFactory

createTopicConnection, createTopicConnection

Methods inherited from interface javax.jms.XAConnectionFactory

createXAConnection, createXAConnection

Method Details

createXATopicConnection

public XATopicConnection createXATopicConnection()
            throws JMSException

createXATopicConnection

public XATopicConnection createXATopicConnection(String userName,
                                                 String password)
            throws JMSException