JMS 1.1
API Specification

Uses of Interface
javax.jms.TopicConnection

Uses of TopicConnection in javax.jms
 

Subinterfaces of TopicConnection in javax.jms
 interface XATopicConnection
          An XATopicConnection provides the same create options as TopicConnection (optional).
 

Methods in javax.jms that return TopicConnection
 javax.jms.TopicConnection TopicConnectionFactory.createTopicConnection()
          Creates a topic connection with the default user identity.
 javax.jms.TopicConnection TopicConnectionFactory.createTopicConnection(String userName, String password)
          Creates a topic connection with the specified user identity.
 


JMS 1.1
API Specification

Sun Microsystems Inc. 2003.