Liferay 6.1.2-ce-ga3

com.liferay.portal.spring.transaction
Interface TransactionExecutor

All Known Implementing Classes:
BaseTransactionExecutor, CallbackPreferringTransactionExecutor, DefaultTransactionExecutor

public interface TransactionExecutor


Method Summary
 Object execute(org.springframework.transaction.PlatformTransactionManager platformTransactionManager, org.springframework.transaction.interceptor.TransactionAttribute transactionAttribute, org.aopalliance.intercept.MethodInvocation methodInvocation)
           
 

Method Detail

execute

Object execute(org.springframework.transaction.PlatformTransactionManager platformTransactionManager,
               org.springframework.transaction.interceptor.TransactionAttribute transactionAttribute,
               org.aopalliance.intercept.MethodInvocation methodInvocation)
               throws Throwable
Throws:
Throwable

Liferay 6.1.2-ce-ga3