Liferay 6.2-ce-ga5

com.liferay.portal.kernel.transaction
Class TransactionInvokerUtil

java.lang.Object
  extended by com.liferay.portal.kernel.transaction.TransactionInvokerUtil

public class TransactionInvokerUtil
extends Object


Constructor Summary
TransactionInvokerUtil()
           
 
Method Summary
static
<T> T
invoke(TransactionAttribute transactionAttribute, Callable<T> callable)
           
 void setTransactionInvoker(TransactionInvoker transactionInvoker)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionInvokerUtil

public TransactionInvokerUtil()
Method Detail

invoke

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

setTransactionInvoker

public void setTransactionInvoker(TransactionInvoker transactionInvoker)

Liferay 6.2-ce-ga5