Uses of Interface
javax.jms.Topic
-
-
Uses of Topic in javax.jms
Subinterfaces of Topic in javax.jms Modifier and Type Interface Description interfaceTemporaryTopicFields in javax.jms declared as Topic Modifier and Type Field Description private TopicTopicRequestor. topicMethods in javax.jms that return Topic Modifier and Type Method Description TopicSession. createTopic(java.lang.String topicName)TopicTopicSession. createTopic(java.lang.String topicName)TopicTopicPublisher. getTopic()private TopicTopicRequestor. getTopic()TopicTopicSubscriber. getTopic()Methods in javax.jms with parameters of type Topic Modifier and Type Method Description ConnectionConsumerTopicConnection. createConnectionConsumer(Topic topic, java.lang.String messageSelector, ServerSessionPool sessionPool, int maxMessages)ConnectionConsumerConnection. createDurableConnectionConsumer(Topic topic, java.lang.String subscriptionName, java.lang.String messageSelector, ServerSessionPool sessionPool, int maxMessages)ConnectionConsumerTopicConnection. createDurableConnectionConsumer(Topic topic, java.lang.String subscriptionName, java.lang.String messageSelector, ServerSessionPool sessionPool, int maxMessages)TopicSubscriberSession. createDurableSubscriber(Topic topic, java.lang.String name)TopicSubscriberSession. createDurableSubscriber(Topic topic, java.lang.String name, java.lang.String messageSelector, boolean noLocal)TopicSubscriberTopicSession. createDurableSubscriber(Topic topic, java.lang.String name)TopicSubscriberTopicSession. createDurableSubscriber(Topic topic, java.lang.String name, java.lang.String messageSelector, boolean noLocal)TopicPublisherTopicSession. createPublisher(Topic topic)TopicSubscriberTopicSession. createSubscriber(Topic topic)TopicSubscriberTopicSession. createSubscriber(Topic topic, java.lang.String messageSelector, boolean noLocal)voidTopicPublisher. publish(Topic topic, Message message)voidTopicPublisher. publish(Topic topic, Message message, int deliveryMode, int priority, long timeToLive)private voidTopicRequestor. setTopic(Topic topic)Constructors in javax.jms with parameters of type Topic Constructor Description TopicRequestor(TopicSession session, Topic topic)
-