Uses of Class
net.timewalker.ffmq4.local.TransactionSet
-
Packages that use TransactionSet Package Description net.timewalker.ffmq4.local.destination net.timewalker.ffmq4.local.session -
-
Uses of TransactionSet in net.timewalker.ffmq4.local.destination
Methods in net.timewalker.ffmq4.local.destination with parameters of type TransactionSet 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). -
Uses of TransactionSet in net.timewalker.ffmq4.local.session
Methods in net.timewalker.ffmq4.local.session that return TransactionSet Modifier and Type Method Description protected TransactionSetLocalSession. getTransactionSet()
-