Package com.liferay.portal.spring.aop
Class AopInvocationHandler
Object
com.liferay.portal.spring.aop.AopInvocationHandler
- All Implemented Interfaces:
InvocationHandler
- Author:
- Shuyang Zhou, Preston Crary
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AopInvocationHandler
(Object target, com.liferay.portal.kernel.aop.ChainableMethodAdvice[] chainableMethodAdvices, TransactionExecutor transactionExecutor) -
Method Summary
-
Constructor Details
-
AopInvocationHandler
protected AopInvocationHandler(Object target, com.liferay.portal.kernel.aop.ChainableMethodAdvice[] chainableMethodAdvices, TransactionExecutor transactionExecutor)
-
-
Method Details
-
getTarget
-
invoke
- Specified by:
invoke
in interfaceInvocationHandler
- Throws:
Throwable
-
setTarget
-
reset
protected void reset() -
setChainableMethodAdvices
protected void setChainableMethodAdvices(com.liferay.portal.kernel.aop.ChainableMethodAdvice[] chainableMethodAdvices)
-