JMS 1.1
API Specification

Uses of Interface
javax.jms.TopicSubscriber

Uses of TopicSubscriber in javax.jms
 

Methods in javax.jms that return TopicSubscriber
 javax.jms.TopicSubscriber Session.createDurableSubscriber(javax.jms.Topic topic, String name)
          Creates a durable subscriber to the specified topic.
 javax.jms.TopicSubscriber Session.createDurableSubscriber(javax.jms.Topic topic, String name, String messageSelector, boolean noLocal)
          Creates a durable subscriber to the specified topic, using a message selector and specifying whether messages published by its own connection should be delivered to it.
 javax.jms.TopicSubscriber TopicSession.createSubscriber(javax.jms.Topic topic)
          Creates a nondurable subscriber to the specified topic.
 javax.jms.TopicSubscriber TopicSession.createSubscriber(javax.jms.Topic topic, String messageSelector, boolean noLocal)
          Creates a nondurable subscriber to the specified topic, using a message selector or specifying whether messages published by its own connection should be delivered to it.
 javax.jms.TopicSubscriber TopicSession.createDurableSubscriber(javax.jms.Topic topic, String name)
          Creates a durable subscriber to the specified topic.
 javax.jms.TopicSubscriber TopicSession.createDurableSubscriber(javax.jms.Topic topic, String name, String messageSelector, boolean noLocal)
          Creates a durable subscriber to the specified topic, using a message selector or specifying whether messages published by its own connection should be delivered to it.
 


JMS 1.1
API Specification

Sun Microsystems Inc. 2003.