Uses of Interface
com.swiftmq.swiftlet.queue.Selector
-
Packages that use Selector Package Description com.swiftmq.ms com.swiftmq.ms.artemis com.swiftmq.swiftlet.queue com.swiftmq.swiftlet.topic -
-
Uses of Selector in com.swiftmq.ms
Classes in com.swiftmq.ms that implement Selector Modifier and Type Class Description class
MessageSelector
-
Uses of Selector in com.swiftmq.ms.artemis
Classes in com.swiftmq.ms.artemis that implement Selector Modifier and Type Class Description class
MessageSelector
-
Uses of Selector in com.swiftmq.swiftlet.queue
Methods in com.swiftmq.swiftlet.queue that return Selector Modifier and Type Method Description Selector
MessageProcessor. getSelector()
Returns the selector.Methods in com.swiftmq.swiftlet.queue with parameters of type Selector Modifier and Type Method Description abstract QueueBrowser
QueueManager. createQueueBrowser(java.lang.String queueName, ActiveLogin activeLogin, Selector selector)
Creates a QueueBrowser.abstract QueueReceiver
QueueManager. createQueueReceiver(java.lang.String queueName, ActiveLogin activeLogin, Selector selector)
Creates a QueueReceiverint
AbstractQueue. createView(Selector selector)
Creates a new view, based on a selectorMessageEntry
AbstractQueue. getMessage(java.lang.Object transactionId, Selector selector)
Get a message from the queue that matches the selector.MessageEntry
AbstractQueue. getMessage(java.lang.Object transactionId, Selector selector, int viewId)
Get the next message from a view.MessageEntry
AbstractQueue. getMessage(java.lang.Object transactionId, Selector selector, int viewId, long timeout)
Get the next message from the view but wait only a specific period of time.MessageEntry
AbstractQueue. getMessage(java.lang.Object transactionId, Selector selector, long timeout)
Get a message from the queue that matches the selector but wait only a specific period of time.MessageEntry
QueuePullTransaction. getMessage(long timeout, Selector selector)
Get a message from the queue that matches the selector but wait only a specific period of time.MessageEntry
QueuePullTransaction. getMessage(Selector selector)
Get a message from the queue that matches the selector.Constructors in com.swiftmq.swiftlet.queue with parameters of type Selector Constructor Description MessageProcessor(Selector selector)
Creates a new MessageProcessor with a selector.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 Selector Modifier and Type Method Description abstract int
TopicManager. subscribe(TopicImpl topic, Selector selector, boolean noLocal, java.lang.String queueName, ActiveLogin activeLogin)
Subscribes to a topic.abstract int
TopicManager. subscribe(TopicImpl topic, Selector selector, boolean noLocal, java.lang.String queueName, ActiveLogin activeLogin, boolean forceCopy)
Subscribes to a topic.int
TopicManager. subscribe(java.lang.String topicName, Selector selector, boolean noLocal, java.lang.String queueName)
Subscribes to a topic.int
TopicManager. subscribe(java.lang.String topicName, Selector selector, boolean noLocal, java.lang.String queueName, boolean forceCopy)
Subscribes to a topic.int
TopicManager. subscribe(java.lang.String topicName, Selector selector, boolean noLocal, java.lang.String queueName, ActiveLogin activeLogin)
Subscribes to a topic.abstract java.lang.String
TopicManager. subscribeDurable(java.lang.String durableName, TopicImpl topic, Selector selector, boolean noLocal, ActiveLogin activeLogin)
Subscribe as durable subscriber.
-