Uses of Class
com.swiftmq.jms.TopicImpl
Packages that use TopicImpl
-
Uses of TopicImpl in com.swiftmq.jms
Subclasses of TopicImpl in com.swiftmq.jms -
Uses of TopicImpl in com.swiftmq.jms.smqp.v750
Methods in com.swiftmq.jms.smqp.v750 that return TopicImplModifier and TypeMethodDescriptionCreateDurableRequest.getTopic()
CreatePublisherRequest.getTopic()
CreateSubscriberRequest.getTopic()
Methods in com.swiftmq.jms.smqp.v750 with parameters of type TopicImplModifier and TypeMethodDescriptionvoid
void
void
Constructors in com.swiftmq.jms.smqp.v750 with parameters of type TopicImplModifierConstructorDescriptionCreateDurableRequest
(int dispatchId, TopicImpl topic, String messageSelector, boolean noLocal, String durableName) CreateDurableRequest
(RequestRetryValidator validator, int dispatchId, TopicImpl topic, String messageSelector, boolean noLocal, String durableName) CreatePublisherRequest
(int dispatchId, TopicImpl topic) CreatePublisherRequest
(RequestRetryValidator validator, int dispatchId, TopicImpl topic) CreateSubscriberRequest
(int dispatchId, TopicImpl topic, String messageSelector, boolean noLocal, boolean autoCommit) CreateSubscriberRequest
(RequestRetryValidator validator, int dispatchId, TopicImpl topic, String messageSelector, boolean noLocal, boolean autoCommit) -
Uses of TopicImpl in com.swiftmq.swiftlet.topic
Methods in com.swiftmq.swiftlet.topic that return TopicImplModifier and TypeMethodDescriptionabstract TopicImpl
TopicManager.verifyTopic
(TopicImpl topic) Verifies whether the topic is defined and accessible.Methods in com.swiftmq.swiftlet.topic with parameters of type TopicImplModifier and TypeMethodDescriptionabstract int
TopicManager.subscribe
(TopicImpl topic, Selector selector, boolean noLocal, String queueName, ActiveLogin activeLogin) Subscribes to a topic.abstract int
TopicManager.subscribe
(TopicImpl topic, Selector selector, boolean noLocal, String queueName, ActiveLogin activeLogin, boolean forceCopy) Subscribes to a topic.abstract String
TopicManager.subscribeDurable
(String durableName, TopicImpl topic, Selector selector, boolean noLocal, ActiveLogin activeLogin) Subscribe as durable subscriber.abstract TopicImpl
TopicManager.verifyTopic
(TopicImpl topic) Verifies whether the topic is defined and accessible.