Uses of Interface
org.compiere.util.TrxRunnable
-
Packages that use TrxRunnable Package Description org.compiere.util -
-
Uses of TrxRunnable in org.compiere.util
Methods in org.compiere.util with parameters of type TrxRunnable Modifier and Type Method Description static void
Trx. run(String trxName, TrxRunnable r)
Execute runnable object using provided transaction.static void
Trx. run(TrxRunnable r)
-