Package com.swiftmq.swiftlet.store
Interface StoreWriteTransaction
- All Superinterfaces:
StoreTransaction
- All Known Implementing Classes:
CompositeStoreTransaction
A transaction to write persistent messages to a persistent store.
- Author:
- IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
-
Method Summary
-
Method Details
-
insert
Insert a new store entry.- Parameters:
storeEntry
- store entry.- Throws:
StoreException
- on error.
-