Package com.swiftmq.swiftlet.store
Interface StoreReadTransaction
- All Superinterfaces:
StoreTransaction
- All Known Implementing Classes:
CompositeStoreTransaction
A transaction to read persistent messages out of a persistent store.
- Author:
- IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
-
Method Summary
-
Method Details
-
remove
Remove a read message out of the store.- Parameters:
key
- the key.- Throws:
StoreException
- on error.
-