Uses of Interface
com.swiftmq.swiftlet.queue.Selector
Packages that use Selector
Package
Description
-
Uses of Selector in com.swiftmq.ms
Classes in com.swiftmq.ms that implement Selector -
Uses of Selector in com.swiftmq.ms.artemis
Classes in com.swiftmq.ms.artemis that implement Selector -
Uses of Selector in com.swiftmq.swiftlet.queue
Methods in com.swiftmq.swiftlet.queue that return SelectorMethods in com.swiftmq.swiftlet.queue with parameters of type SelectorModifier and TypeMethodDescriptionabstract QueueBrowser
QueueManager.createQueueBrowser
(String queueName, ActiveLogin activeLogin, Selector selector) Creates a QueueBrowser.abstract QueueReceiver
QueueManager.createQueueReceiver
(String queueName, ActiveLogin activeLogin, Selector selector) Creates a QueueReceiverint
AbstractQueue.createView
(Selector selector) Creates a new view, based on a selectorAbstractQueue.getMessage
(Object transactionId, Selector selector) Get a message from the queue that matches the selector.AbstractQueue.getMessage
(Object transactionId, Selector selector, int viewId) Get the next message from a view.AbstractQueue.getMessage
(Object transactionId, Selector selector, int viewId, long timeout) Get the next message from the view but wait only a specific period of time.AbstractQueue.getMessage
(Object transactionId, Selector selector, long timeout) Get a message from the queue that matches the selector but wait only a specific period of time.QueuePullTransaction.getMessage
(long timeout, Selector selector) Get a message from the queue that matches the selector but wait only a specific period of time.QueuePullTransaction.getMessage
(Selector selector) Get a message from the queue that matches the selector.Constructors in com.swiftmq.swiftlet.queue with parameters of type SelectorModifierConstructorDescriptionprotected
MessageProcessor
(Selector selector) Creates a new MessageProcessor with a selector.protected
MessageProcessor
(Selector selector, long timeout) Creates a new MessageProcessor with a selector and timeout.QueueBrowser
(ActiveQueue activeQueue, Selector selector, EntityList browserEntityList) Creates a new QueueBrowserQueueReceiver
(ActiveQueue activeQueue, EntityList receiverEntityList, Selector selector) Creates a new QueueReceiver -
Uses of Selector in com.swiftmq.swiftlet.topic
Methods in com.swiftmq.swiftlet.topic with parameters of type SelectorModifier 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.int
Subscribes to a topic.int
TopicManager.subscribe
(String topicName, Selector selector, boolean noLocal, String queueName, boolean forceCopy) Subscribes to a topic.int
TopicManager.subscribe
(String topicName, Selector selector, boolean noLocal, String queueName, ActiveLogin activeLogin) Subscribes to a topic.abstract String
TopicManager.subscribeDurable
(String durableName, TopicImpl topic, Selector selector, boolean noLocal, ActiveLogin activeLogin) Subscribe as durable subscriber.