Uses of Interface
javax.jms.Topic
-
-
Uses of Topic in javax.jms
Subinterfaces of Topic in javax.jms Modifier and Type Interface Description interface
TemporaryTopic
Fields in javax.jms declared as Topic Modifier and Type Field Description private Topic
TopicRequestor. topic
Methods in javax.jms that return Topic Modifier and Type Method Description Topic
Session. createTopic(java.lang.String topicName)
Topic
TopicSession. createTopic(java.lang.String topicName)
Topic
TopicPublisher. getTopic()
private Topic
TopicRequestor. getTopic()
Topic
TopicSubscriber. getTopic()
Methods in javax.jms with parameters of type Topic Modifier and Type Method Description ConnectionConsumer
TopicConnection. createConnectionConsumer(Topic topic, java.lang.String messageSelector, ServerSessionPool sessionPool, int maxMessages)
ConnectionConsumer
Connection. createDurableConnectionConsumer(Topic topic, java.lang.String subscriptionName, java.lang.String messageSelector, ServerSessionPool sessionPool, int maxMessages)
ConnectionConsumer
TopicConnection. createDurableConnectionConsumer(Topic topic, java.lang.String subscriptionName, java.lang.String messageSelector, ServerSessionPool sessionPool, int maxMessages)
TopicSubscriber
Session. createDurableSubscriber(Topic topic, java.lang.String name)
TopicSubscriber
Session. createDurableSubscriber(Topic topic, java.lang.String name, java.lang.String messageSelector, boolean noLocal)
TopicSubscriber
TopicSession. createDurableSubscriber(Topic topic, java.lang.String name)
TopicSubscriber
TopicSession. createDurableSubscriber(Topic topic, java.lang.String name, java.lang.String messageSelector, boolean noLocal)
TopicPublisher
TopicSession. createPublisher(Topic topic)
TopicSubscriber
TopicSession. createSubscriber(Topic topic)
TopicSubscriber
TopicSession. createSubscriber(Topic topic, java.lang.String messageSelector, boolean noLocal)
void
TopicPublisher. publish(Topic topic, Message message)
void
TopicPublisher. publish(Topic topic, Message message, int deliveryMode, int priority, long timeToLive)
private void
TopicRequestor. setTopic(Topic topic)
Constructors in javax.jms with parameters of type Topic Constructor Description TopicRequestor(TopicSession session, Topic topic)
-