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:
commit
in classStoreTransactionImpl
- Throws:
StoreException
-
abort
public void abort(XidImpl globalTxId) throws StoreException - Overrides:
abort
in classStoreTransactionImpl
- Throws:
StoreException
-
close
protected void close()- Overrides:
close
in classStoreTransactionImpl
-
toString
- Overrides:
toString
in classStoreTransactionImpl
-