Uses of Class
com.swiftmq.jms.TopicImpl
-
Packages that use TopicImpl Package Description com.swiftmq.jms com.swiftmq.jms.smqp.v750 com.swiftmq.swiftlet.topic -
-
Uses of TopicImpl in com.swiftmq.jms
Subclasses of TopicImpl in com.swiftmq.jms Modifier and Type Class Description classTemporaryTopicImpl -
Uses of TopicImpl in com.swiftmq.jms.smqp.v750
Methods in com.swiftmq.jms.smqp.v750 that return TopicImpl Modifier and Type Method Description TopicImplCreateDurableRequest. getTopic()TopicImplCreatePublisherRequest. getTopic()TopicImplCreateSubscriberRequest. getTopic()Methods in com.swiftmq.jms.smqp.v750 with parameters of type TopicImpl Modifier and Type Method Description voidCreateDurableRequest. setTopic(TopicImpl topic)voidCreatePublisherRequest. setTopic(TopicImpl topic)voidCreateSubscriberRequest. setTopic(TopicImpl topic)Constructors in com.swiftmq.jms.smqp.v750 with parameters of type TopicImpl Constructor Description CreateDurableRequest(int dispatchId, TopicImpl topic, java.lang.String messageSelector, boolean noLocal, java.lang.String durableName)CreateDurableRequest(RequestRetryValidator validator, int dispatchId, TopicImpl topic, java.lang.String messageSelector, boolean noLocal, java.lang.String durableName)CreatePublisherRequest(int dispatchId, TopicImpl topic)CreatePublisherRequest(RequestRetryValidator validator, int dispatchId, TopicImpl topic)CreateSubscriberRequest(int dispatchId, TopicImpl topic, java.lang.String messageSelector, boolean noLocal, boolean autoCommit)CreateSubscriberRequest(RequestRetryValidator validator, int dispatchId, TopicImpl topic, java.lang.String messageSelector, boolean noLocal, boolean autoCommit) -
Uses of TopicImpl in com.swiftmq.swiftlet.topic
Methods in com.swiftmq.swiftlet.topic that return TopicImpl Modifier and Type Method Description abstract TopicImplTopicManager. verifyTopic(TopicImpl topic)Verifies whether the topic is defined and accessible.Methods in com.swiftmq.swiftlet.topic with parameters of type TopicImpl Modifier and Type Method Description abstract intTopicManager. subscribe(TopicImpl topic, Selector selector, boolean noLocal, java.lang.String queueName, ActiveLogin activeLogin)Subscribes to a topic.abstract intTopicManager. subscribe(TopicImpl topic, Selector selector, boolean noLocal, java.lang.String queueName, ActiveLogin activeLogin, boolean forceCopy)Subscribes to a topic.abstract java.lang.StringTopicManager. subscribeDurable(java.lang.String durableName, TopicImpl topic, Selector selector, boolean noLocal, ActiveLogin activeLogin)Subscribe as durable subscriber.abstract TopicImplTopicManager. verifyTopic(TopicImpl topic)Verifies whether the topic is defined and accessible.
-