Uses of Interface
javax.jms.Topic

Packages that use Topic
javax.jms This is the basic contract for the Java Message Service - what JBossMQ offers and clients can expect. 
 

Uses of Topic in javax.jms
 

Subinterfaces of Topic in javax.jms
 interface TemporaryTopic
           
 

Methods in javax.jms that return Topic
 Topic TopicSubscriber.getTopic()
           
 Topic TopicSession.createTopic(String topicName)
           
 Topic TopicPublisher.getTopic()
           
 

Methods in javax.jms with parameters of type Topic
 TopicSubscriber TopicSession.createSubscriber(Topic topic)
           
 TopicSubscriber TopicSession.createSubscriber(Topic topic, String messageSelector, boolean noLocal)
           
 TopicSubscriber TopicSession.createDurableSubscriber(Topic topic, String name)
           
 TopicSubscriber TopicSession.createDurableSubscriber(Topic topic, String name, String messageSelector, boolean noLocal)
           
 TopicPublisher TopicSession.createPublisher(Topic topic)
           
 void TopicPublisher.publish(Topic topic, Message message)
           
 void TopicPublisher.publish(Topic topic, Message message, int deliveryMode, int priority, long timeToLive)
           
 ConnectionConsumer TopicConnection.createConnectionConsumer(Topic topic, String messageSelector, ServerSessionPool sessionPool, int maxMessages)
           
 ConnectionConsumer TopicConnection.createDurableConnectionConsumer(Topic topic, String subscriptionName, String messageSelector, ServerSessionPool sessionPool, int maxMessages)
           
 

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



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.