Class TransactionUtil.InTransaction<V>
- java.lang.Object
-
- org.apache.ofbiz.entity.transaction.TransactionUtil.InTransaction<V>
-
- All Implemented Interfaces:
java.util.concurrent.Callable<V>
- Enclosing class:
- TransactionUtil
public static final class TransactionUtil.InTransaction<V> extends java.lang.Object implements java.util.concurrent.Callable<V>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
InTransaction(java.util.concurrent.Callable<V> callable, java.lang.String ifErrorMessage, int timeout, boolean printException)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
call()
-
-
-
Constructor Detail
-
InTransaction
protected InTransaction(java.util.concurrent.Callable<V> callable, java.lang.String ifErrorMessage, int timeout, boolean printException)
-
-
Method Detail
-
call
public V call() throws GenericEntityException
- Specified by:
call
in interfacejava.util.concurrent.Callable<V>
- Throws:
GenericEntityException
-
-