Class StoreReadTransactionImpl

java.lang.Object
com.swiftmq.impl.store.standard.StoreTransactionImpl
com.swiftmq.impl.store.standard.StoreReadTransactionImpl
All Implemented Interfaces:
CacheReleaseListener

public class StoreReadTransactionImpl extends StoreTransactionImpl
  • Method Details

    • remove

      public void remove(Object key) 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 class StoreTransactionImpl
      Throws:
      StoreException
    • commit

      public void commit() throws StoreException
      Overrides:
      commit in class StoreTransactionImpl
      Throws:
      StoreException
    • commit

      public void commit(AsyncCompletionCallback callback)
      Overrides:
      commit in class StoreTransactionImpl
    • abort

      public void abort(XidImpl globalTxId) throws StoreException
      Overrides:
      abort in class StoreTransactionImpl
      Throws:
      StoreException
    • abort

      public void abort() throws StoreException
      Overrides:
      abort in class StoreTransactionImpl
      Throws:
      StoreException
    • close

      protected void close()
      Overrides:
      close in class StoreTransactionImpl
    • toString

      public String toString()
      Overrides:
      toString in class StoreTransactionImpl