javax.jms

Interface TopicConnectionFactory

All Superinterfaces:
ConnectionFactory
Known Subinterfaces:
XATopicConnectionFactory

public interface TopicConnectionFactory
extends ConnectionFactory

Method Summary

TopicConnection
createTopicConnection()
TopicConnection
createTopicConnection(String userName, String password)

Methods inherited from interface javax.jms.ConnectionFactory

createConnection, createConnection

Method Details

createTopicConnection

public TopicConnection createTopicConnection()
            throws JMSException

createTopicConnection

public TopicConnection createTopicConnection(String userName,
                                             String password)
            throws JMSException