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 classMessageSelector -
Uses of Selector in com.swiftmq.ms.artemis
Classes in com.swiftmq.ms.artemis that implement Selector Modifier and Type Class Description classMessageSelector -
Uses of Selector in com.swiftmq.swiftlet.queue
Methods in com.swiftmq.swiftlet.queue that return Selector Modifier and Type Method Description SelectorMessageProcessor. getSelector()Returns the selector.Methods in com.swiftmq.swiftlet.queue with parameters of type Selector Modifier and Type Method Description abstract QueueBrowserQueueManager. createQueueBrowser(java.lang.String queueName, ActiveLogin activeLogin, Selector selector)Creates a QueueBrowser.abstract QueueReceiverQueueManager. createQueueReceiver(java.lang.String queueName, ActiveLogin activeLogin, Selector selector)Creates a QueueReceiverintAbstractQueue. createView(Selector selector)Creates a new view, based on a selectorMessageEntryAbstractQueue. getMessage(java.lang.Object transactionId, Selector selector)Get a message from the queue that matches the selector.MessageEntryAbstractQueue. getMessage(java.lang.Object transactionId, Selector selector, int viewId)Get the next message from a view.MessageEntryAbstractQueue. 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.MessageEntryAbstractQueue. 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.MessageEntryQueuePullTransaction. getMessage(long timeout, Selector selector)Get a message from the queue that matches the selector but wait only a specific period of time.MessageEntryQueuePullTransaction. 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 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.intTopicManager. subscribe(java.lang.String topicName, Selector selector, boolean noLocal, java.lang.String queueName)Subscribes to a topic.intTopicManager. subscribe(java.lang.String topicName, Selector selector, boolean noLocal, java.lang.String queueName, boolean forceCopy)Subscribes to a topic.intTopicManager. subscribe(java.lang.String topicName, Selector selector, boolean noLocal, java.lang.String queueName, ActiveLogin activeLogin)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.
-