Package com.swiftmq.impl.store.standard
Class StoreReadTransactionImpl
java.lang.Object
com.swiftmq.impl.store.standard.StoreTransactionImpl
com.swiftmq.impl.store.standard.StoreReadTransactionImpl
- All Implemented Interfaces:
CacheReleaseListener
-
Method Summary
Methods inherited from class com.swiftmq.impl.store.standard.StoreTransactionImpl
addMessagePageReference, checkClosedAsync, createLocalCallback, releaseCache
-
Method Details
-
remove
- 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
-
commit
public void commit() throws StoreException- Overrides:
commitin classStoreTransactionImpl- Throws:
StoreException
-
commit
public void commit(AsyncCompletionCallback callback) - Overrides:
commitin classStoreTransactionImpl
-
abort
public void abort(XidImpl globalTxId) throws StoreException - Overrides:
abortin classStoreTransactionImpl- Throws:
StoreException
-
abort
public void abort() throws StoreException- Overrides:
abortin classStoreTransactionImpl- Throws:
StoreException
-
close
protected void close()- Overrides:
closein classStoreTransactionImpl
-
toString
- Overrides:
toStringin classStoreTransactionImpl
-