public class AopInvocationHandler
extends Object
implements InvocationHandler
Modifier | Constructor and Description |
---|---|
protected |
AopInvocationHandler(Object target,
com.liferay.portal.kernel.aop.ChainableMethodAdvice[] chainableMethodAdvices,
TransactionExecutor transactionExecutor) |
Modifier and Type | Method and Description |
---|---|
Object |
getTarget() |
Object |
invoke(Object proxy,
Method method,
Object[] arguments) |
protected void |
reset() |
protected void |
setChainableMethodAdvices(com.liferay.portal.kernel.aop.ChainableMethodAdvice[] chainableMethodAdvices) |
void |
setTarget(Object target) |
protected AopInvocationHandler(Object target, com.liferay.portal.kernel.aop.ChainableMethodAdvice[] chainableMethodAdvices, TransactionExecutor transactionExecutor)
public Object getTarget()
public Object invoke(Object proxy, Method method, Object[] arguments) throws Throwable
invoke
in interface InvocationHandler
Throwable
public void setTarget(Object target)
protected void reset()
protected void setChainableMethodAdvices(com.liferay.portal.kernel.aop.ChainableMethodAdvice[] chainableMethodAdvices)