Interface TrxRunnable


public interface TrxRunnable
Defines an action that should be ran inside a transaction, using Trx.run(TrxRunnable) or Trx.run(String, TrxRunnable) methods.
Author:
Teo Sarca, http://www.arhipac.ro
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(String trxName)
    Run action inside transaction denoted by trxName
  • Method Details

    • run

      void run(String trxName)
      Run action inside transaction denoted by trxName
      Parameters:
      trxName -