Class StoreWriteTransactionImpl

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

public class StoreWriteTransactionImpl extends StoreTransactionImpl
  • 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 class StoreTransactionImpl
      Throws:
      StoreException
    • abort

      public void abort(XidImpl globalTxId) 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