Class TxnHandlerImpl

java.lang.Object
org.aksw.commons.txn.impl.TxnHandlerImpl
All Implemented Interfaces:
TxnHandler

public class TxnHandlerImpl extends Object implements TxnHandler
Skeleton for implementing commit / rollback actions. Provides callbacks that allow for syncing in-memory copies.
Author:
raven
  • Field Details

    • txnMgr

      protected TxnMgr txnMgr
  • Constructor Details

    • TxnHandlerImpl

      public TxnHandlerImpl(TxnMgr txnMgr)
  • Method Details