Package org.compiere.util
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
-
Method Details
-
run
Run action inside transaction denoted by trxName- Parameters:
trxName
-
-