Uses of Interface
javax.jms.TopicSubscriber

Uses of TopicSubscriber in javax.jms
 

Methods in javax.jms that return TopicSubscriber
 TopicSubscriber TopicSession.createDurableSubscriber(Topic topic, java.lang.String name)
          Creates a durable subscriber to the specified topic.
 TopicSubscriber Session.createDurableSubscriber(Topic topic, java.lang.String name)
          Creates a durable subscriber to the specified topic.
 TopicSubscriber TopicSession.createDurableSubscriber(Topic topic, java.lang.String name, java.lang.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.
 TopicSubscriber Session.createDurableSubscriber(Topic topic, java.lang.String name, java.lang.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.
 TopicSubscriber TopicSession.createSubscriber(Topic topic)
          Creates a nondurable subscriber to the specified topic.
 TopicSubscriber TopicSession.createSubscriber(Topic topic, java.lang.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.
 



Copyright © 2008 Sun Microsystems, Inc.. All Rights Reserved.