Uses of Interface
org.compiere.util.TrxRunnable
Package
Description
Provide implementation for conversion of amount to word.
Provide cache, server log, JDBC interface, field display/data type, transaction, email, INI properties, security key store, encryption and environment context implementation.
Provide cache, server log, JDBC interface, field display/data type, transaction, email, INI properties, security key store, encryption and environment context implementation.
-
Uses of TrxRunnable in org.compiere.util
Modifier 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)