Package org.compiere.util
Interface TrxRunnable
-
public interface TrxRunnable
Defines an object that can be ran into an transaction, usingTrx.run(TrxRunnable)
orTrx.run(String, TrxRunnable)
methods.- Author:
- Teo Sarca, http://www.arhipac.ro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
run(String trxName)
-
-
-
Method Detail
-
run
void run(String trxName)
-
-