Liferay 7.0-ce-b4

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)
           
 void setPlatformTransactionManager(org.springframework.transaction.PlatformTransactionManager platformTransactionManager)
           
 void setTransactionExecutor(TransactionExecutor transactionExecutor)
           
protected static org.springframework.transaction.TransactionStatus toTransactionStatus(TransactionStatus transactionStatus)
           
 
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

setPlatformTransactionManager

public void setPlatformTransactionManager(org.springframework.transaction.PlatformTransactionManager platformTransactionManager)

setTransactionExecutor

public void setTransactionExecutor(TransactionExecutor transactionExecutor)

toTransactionStatus

protected static org.springframework.transaction.TransactionStatus toTransactionStatus(TransactionStatus transactionStatus)

Liferay 7.0-ce-b4