Uses of Interface
javax.jms.TopicSession

Packages that use TopicSession
javax.jms   
 

Uses of TopicSession in javax.jms
 

Fields in javax.jms declared as TopicSession
(package private)  TopicSession TopicRequestor.session
           
 

Methods in javax.jms that return TopicSession
 TopicSession XATopicSession.getTopicSession()
          Get the topic session associated with this XATopicSession.
 TopicSession XATopicConnection.createTopicSession(boolean transacted, int acknowledgeMode)
          Create an XATopicSession
 TopicSession TopicConnection.createTopicSession(boolean transacted, int acknowledgeMode)
          Create a TopicSession
 

Constructors in javax.jms with parameters of type TopicSession
TopicRequestor(TopicSession session, Topic topic)
          Constructor for the TopicRequestor class.