Liferay 6.2-ce-ga5

com.liferay.portal.spring.transaction
Class TransactionInvokerImpl

java.lang.Object
  extended by com.liferay.portal.spring.transaction.TransactionInvokerImpl
All Implemented Interfaces:
TransactionInvoker

public class TransactionInvokerImpl
extends Object
implements TransactionInvoker


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

Constructor Detail

TransactionInvokerImpl

public TransactionInvokerImpl()
Method Detail

invoke

public <T> T invoke(TransactionAttribute transactionAttribute,
                    Callable<T> callable)
         throws Throwable
Specified by:
invoke in interface TransactionInvoker
Throws:
Throwable

Liferay 6.2-ce-ga5