public class TransactionInterceptor
extends com.liferay.portal.kernel.aop.ChainableMethodAdvice
| Constructor and Description |
|---|
TransactionInterceptor(TransactionHandler transactionHandler) |
| Modifier and Type | Method and Description |
|---|---|
TransactionAttributeAdapter |
createMethodContext(Class<?> targetClass,
Method method,
Map<Class<? extends Annotation>,Annotation> annotations) |
Object |
invoke(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation,
Object[] arguments) |
public TransactionInterceptor(TransactionHandler transactionHandler)
public TransactionAttributeAdapter createMethodContext(Class<?> targetClass, Method method, Map<Class<? extends Annotation>,Annotation> annotations)
createMethodContext in class com.liferay.portal.kernel.aop.ChainableMethodAdvicepublic Object invoke(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation,
Object[] arguments)
throws Throwable
invoke in class com.liferay.portal.kernel.aop.ChainableMethodAdviceThrowable