Uses of Class
net.timewalker.ffmq4.local.TransactionItem
-
Packages that use TransactionItem Package Description net.timewalker.ffmq4.local net.timewalker.ffmq4.local.destination -
-
Uses of TransactionItem in net.timewalker.ffmq4.local
Methods in net.timewalker.ffmq4.local that return TransactionItem Modifier and Type Method Description TransactionItem[]TransactionSet. clear()Clear the set and return a snapshot of its contentTransactionItem[]TransactionSet. clear(List<String> deliveredMessageIDs)Clear items by IDs from the transaction set and return a snapshot of the itemsTransactionItemMessageLock. toTransactionItem()Methods in net.timewalker.ffmq4.local with parameters of type TransactionItem Modifier and Type Method Description voidTransactionSet. add(TransactionItem item)Add an handle to the list -
Uses of TransactionItem in net.timewalker.ffmq4.local.destination
Methods in net.timewalker.ffmq4.local.destination with parameters of type TransactionItem Modifier and Type Method Description booleanLocalQueue. redeliverLocked(TransactionItem[] items, MessageLockSet locks)Rollback get operations on this queue (messages are unlocked)..booleanLocalQueue. remove(LocalSession localSession, TransactionItem[] items)Commit get operations on this queue (messages are removed)
-