Liferay 6.2-ce-ga5

com.liferay.portal.kernel.transaction
Interface TransactionInvoker

All Known Implementing Classes:
TransactionInvokerImpl

public interface TransactionInvoker


Method Summary
<T> T
invoke(TransactionAttribute transactionAttribute, Callable<T> callable)
           
 

Method Detail

invoke

<T> T invoke(TransactionAttribute transactionAttribute,
             Callable<T> callable)
         throws Throwable
Throws:
Throwable

Liferay 6.2-ce-ga5