Uses of Class
net.timewalker.ffmq4.local.destination.LocalQueue
-
Packages that use LocalQueue Package Description net.timewalker.ffmq4.local net.timewalker.ffmq4.local.destination.subscription net.timewalker.ffmq4.local.session -
-
Uses of LocalQueue in net.timewalker.ffmq4.local
Methods in net.timewalker.ffmq4.local that return LocalQueue Modifier and Type Method Description LocalQueueFFMQEngine. createQueue(QueueDefinition queueDef)Deploy a new queue on this engineLocalQueueFFMQEngine. createTemporaryQueue(String queueName)Deploy a new temporary queue on this engineLocalQueueMessageLock. getDestination()LocalQueueTransactionItem. getDestination()LocalQueueFFMQEngine. getLocalQueue(String queueName)Get a local queue by nameMethods in net.timewalker.ffmq4.local that return types with arguments of type LocalQueue Modifier and Type Method Description List<LocalQueue>TransactionSet. updatedQueues()Compute a list of queues that were updated in this transaction setList<LocalQueue>TransactionSet. updatedQueues(List<String> deliveredMessageIDs)Compute a list of queues that were updated in this transaction setMethods in net.timewalker.ffmq4.local with parameters of type LocalQueue Modifier and Type Method Description voidMessageLockSet. add(int handle, int deliveryMode, LocalQueue destination, AbstractMessage message)Add an handle to the listvoidTransactionSet. add(int handle, String messageID, int deliveryMode, LocalQueue destination)Add an handle to the listvoidFFMQEngineListener. queueDeployed(LocalQueue queue)voidFFMQEngineListener. queueUndeployed(LocalQueue queue)Constructors in net.timewalker.ffmq4.local with parameters of type LocalQueue Constructor Description MessageLock(int handle, int deliveryMode, LocalQueue destination, AbstractMessage message)ConstructorTransactionItem(int handle, String messageID, int deliveryMode, LocalQueue destination)Constructor -
Uses of LocalQueue in net.timewalker.ffmq4.local.destination.subscription
Methods in net.timewalker.ffmq4.local.destination.subscription that return LocalQueue Modifier and Type Method Description LocalQueueLocalTopicSubscription. getLocalQueue() -
Uses of LocalQueue in net.timewalker.ffmq4.local.session
Methods in net.timewalker.ffmq4.local.session that return LocalQueue Modifier and Type Method Description LocalQueueLocalMessageConsumer. getLocalQueue()Get the local queue associated to this consumerConstructors in net.timewalker.ffmq4.local.session with parameters of type LocalQueue Constructor Description LocalQueueBrowser(LocalSession session, LocalQueue queue, String messageSelector, IntegerID browserId)ConstructorLocalQueueBrowserEnumeration(LocalQueueBrowser browser, LocalQueue localQueue, MessageSelector parsedSelector, String enumId)Constructor (package-private)
-