Uses of Class
net.timewalker.ffmq4.FFMQException
-
-
Uses of FFMQException in net.timewalker.ffmq4.local
Methods in net.timewalker.ffmq4.local that throw FFMQException Modifier and Type Method Description TransactionItem[]TransactionSet. clear(List<String> deliveredMessageIDs)Clear items by IDs from the transaction set and return a snapshot of the itemsList<LocalQueue>TransactionSet. updatedQueues(List<String> deliveredMessageIDs)Compute a list of queues that were updated in this transaction setConstructors in net.timewalker.ffmq4.local that throw FFMQException Constructor Description FFMQEngine(String name, Settings engineSettings)ConstructorFFMQEngine(String name, Settings engineSettings, FFMQEngineListener listener)Constructor -
Uses of FFMQException in net.timewalker.ffmq4.management
Subclasses of FFMQException in net.timewalker.ffmq4.management Modifier and Type Class Description classInvalidDescriptorExceptionException thrown when an invalid desciptor is found.Constructors in net.timewalker.ffmq4.management that throw FFMQException Constructor Description FFMQEngineSetup(Settings settings)Constructor -
Uses of FFMQException in net.timewalker.ffmq4.storage.data
Subclasses of FFMQException in net.timewalker.ffmq4.storage.data Modifier and Type Class Description classDataStoreExceptionDataStoreExceptionclassDataStoreFullExceptionDataStoreFullException -
Uses of FFMQException in net.timewalker.ffmq4.storage.data.impl.journal
Subclasses of FFMQException in net.timewalker.ffmq4.storage.data.impl.journal Modifier and Type Class Description classJournalExceptionJournalException -
Uses of FFMQException in net.timewalker.ffmq4.transport
Subclasses of FFMQException in net.timewalker.ffmq4.transport Modifier and Type Class Description classPacketTransportExceptionPacketTransportException
-