Message Queue, v4.5.1 API Specification

Uses of Interface
javax.jms.TopicSubscriber

Packages that use TopicSubscriber
javax.jms The Java Message Service (JMS) API provides a common way for Java programs to create, send, receive and read an enterprise messaging system's messages. 
 

Uses of TopicSubscriber in javax.jms
 

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


Message Queue, v4.5.1 API Specification

Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.