Uses of Interface
org.compiere.util.TrxRunnable
Packages that use TrxRunnable
Package
Description
Provide implementation for conversion of amount to word.
Provide global cache, server log, JDBC interface, Transaction and Email implementation.
Provide global cache, server log, JDBC interface, Transaction and Email implementation.
-
Uses of TrxRunnable in org.compiere.util
Methods in org.compiere.util with parameters of type TrxRunnableModifier and TypeMethodDescriptionstatic void
Trx.run
(String trxName, TrxRunnable r) Execute runnable object using provided transaction.
If execution fails, database operations will be rolled back.static void
Trx.run
(TrxRunnable r)