Uses of Interface
javax.jms.TopicSubscriber

Packages that use TopicSubscriber
javax.jms   
 

Uses of TopicSubscriber in javax.jms
 

Fields in javax.jms declared as TopicSubscriber
(package private)  TopicSubscriber TopicRequestor.subscriber
           
 

Methods in javax.jms that return TopicSubscriber
 TopicSubscriber TopicSession.createSubscriber(Topic topic)
          Create a non-durable Subscriber to the specified topic.
 TopicSubscriber TopicSession.createSubscriber(Topic topic, String messageSelector, boolean noLocal)
          Create a non-durable Subscriber to the specified topic.
 TopicSubscriber TopicSession.createDurableSubscriber(Topic topic, String name)
          Create a durable Subscriber to the specified topic.
 TopicSubscriber TopicSession.createDurableSubscriber(Topic topic, String name, String messageSelector, boolean noLocal)
          Create a durable Subscriber to the specified topic.