Package com.swiftmq.impl.store.standard
Class StoreWriteTransactionImpl
java.lang.Object
com.swiftmq.impl.store.standard.StoreTransactionImpl
com.swiftmq.impl.store.standard.StoreWriteTransactionImpl
- All Implemented Interfaces:
CacheReleaseListener
-
Method Summary
Methods inherited from class com.swiftmq.impl.store.standard.StoreTransactionImpl
abort, addMessagePageReference, checkClosedAsync, commit, createLocalCallback, releaseCache
-
Method Details
-
insert
public void insert(StoreEntry storeEntry) throws StoreException - Throws:
StoreException
-
prepare
public void prepare(XidImpl globalTxId) throws StoreException - Throws:
StoreException
-
commit
public void commit(XidImpl globalTxId) throws StoreException - Overrides:
commitin classStoreTransactionImpl- Throws:
StoreException
-
abort
public void abort(XidImpl globalTxId) throws StoreException - Overrides:
abortin classStoreTransactionImpl- Throws:
StoreException
-
close
protected void close()- Overrides:
closein classStoreTransactionImpl
-
toString
- Overrides:
toStringin classStoreTransactionImpl
-