Uses of Class
net.timewalker.ffmq4.local.session.LocalSession
-
Packages that use LocalSession Package Description net.timewalker.ffmq4.local.destination net.timewalker.ffmq4.local.session -
-
Uses of LocalSession in net.timewalker.ffmq4.local.destination
Methods in net.timewalker.ffmq4.local.destination with parameters of type LocalSession Modifier and Type Method Description AbstractMessageLocalQueue. get(LocalSession localSession, TransactionSet transactionSet, MessageSelector selector)Get the first available message from this destination (matching an optional message selector).abstract booleanAbstractLocalDestination. putLocked(AbstractMessage message, LocalSession session, MessageLockSet locks)Put a new message in the destination.booleanLocalQueue. putLocked(AbstractMessage message, LocalSession session, MessageLockSet locks)booleanLocalTopic. putLocked(AbstractMessage srcMessage, LocalSession session, MessageLockSet locks)booleanLocalQueue. remove(LocalSession localSession, TransactionItem[] items)Commit get operations on this queue (messages are removed) -
Uses of LocalSession in net.timewalker.ffmq4.local.session
Subclasses of LocalSession in net.timewalker.ffmq4.local.session Modifier and Type Class Description classLocalQueueSessionQueue specific implementation of a localSessionclassLocalTopicSessionTopic specific implementation of a localSessionConstructors in net.timewalker.ffmq4.local.session with parameters of type LocalSession Constructor Description LocalDurableTopicSubscriber(FFMQEngine engine, LocalSession session, javax.jms.Destination destination, String messageSelector, boolean noLocal, IntegerID consumerId, String subscriberId)ConstructorLocalMessageConsumer(FFMQEngine engine, LocalSession session, javax.jms.Destination destination, String messageSelector, boolean noLocal, IntegerID consumerId, String subscriberId)ConstructorLocalMessageProducer(LocalSession session, javax.jms.Destination destination, IntegerID producerId)ConstructorLocalQueueBrowser(LocalSession session, LocalQueue queue, String messageSelector, IntegerID browserId)ConstructorLocalQueueSender(LocalSession session, javax.jms.Queue queue, IntegerID senderId)ConstructorLocalTopicPublisher(LocalSession session, javax.jms.Destination destination, IntegerID publisherId)ConstructorLocalTopicSubscriber(FFMQEngine engine, LocalSession session, javax.jms.Destination destination, String messageSelector, boolean noLocal, IntegerID consumerId, String subscriberId)Constructor
-