Uses of Interface
javax.jms.TopicConnection

Packages that use TopicConnection
javax.jms   
 

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
 TopicConnection TopicConnectionFactory.createTopicConnection()
          Create a topic connection with default user identity.
 TopicConnection TopicConnectionFactory.createTopicConnection(String userName, String password)
          Create a topic connection with specified user identity.