Uses of Class
com.swiftmq.swiftlet.store.StoreException
Packages that use StoreException
-
Uses of StoreException in com.swiftmq.swiftlet.store
Methods in com.swiftmq.swiftlet.store that throw StoreExceptionModifier and TypeMethodDescriptionvoid
StoreTransaction.abort()
Aborts a local transaction.void
Aborts a 2PC transaction.abstract void
CompositeStoreTransaction.abortTransaction()
void
DurableSubscriberStore.close()
Closes the store.void
NonPersistentStore.close()
Close the store and delete all content.void
PersistentStore.close()
Close the store.void
StoreTransaction.commit()
Commits a local transaction.void
Commits a 2PC transaction.abstract void
CompositeStoreTransaction.commitTransaction()
PersistentStore.createReadTransaction
(boolean markRedelivered) Create a new read transaction.PersistentStore.createWriteTransaction()
Create a new write transaction.void
Delete a store entry.void
PersistentStore.delete()
Delete the persistent store incl.void
DurableSubscriberStore.deleteDurableStoreEntry
(String clientId, String durableName) Deletes a DurableStoreEntry.Get a store entry.Get a store entry.DurableSubscriberStore.getDurableStoreEntry
(String clientId, String durableName) Returns a DurableStoreEntry.abstract DurableSubscriberStore
StoreSwiftlet.getDurableSubscriberStore()
Returns the durable subscriber store.abstract NonPersistentStore
StoreSwiftlet.getNonPersistentStore
(String queueName) Returns the non-persistent store for a queue.abstract PersistentStore
StoreSwiftlet.getPersistentStore
(String queueName) Returns the persistent store for a queue.abstract List
StoreSwiftlet.getPrepareLogRecords()
Returns a list of all prepared log records.PersistentStore.getStoreEntries()
Returns a list of all store entriesvoid
NonPersistentStore.insert
(StoreEntry storeEntry) Insert a store entry.void
StoreWriteTransaction.insert
(StoreEntry storeEntry) Insert a new store entry.void
DurableSubscriberStore.insertDurableStoreEntry
(DurableStoreEntry durableStoreEntry) Insert a new DurableStoreEntry.DurableSubscriberStore.iterator()
Returns an iterator for all DurableStoreEntries.void
Prepares a 2PC transaction.void
Remove a read message out of the store.abstract void
StoreSwiftlet.removePrepareLogRecord
(PrepareLogRecord record) Removes a prepared log record.abstract void
CompositeStoreTransaction.setPersistentStore
(PersistentStore pStore) void
NonPersistentStore.updateDeliveryCount
(Object key, int deliveryCount) Update the delivery count of a store entry.