Class AopInvocationHandler

Object
com.liferay.portal.spring.aop.AopInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class AopInvocationHandler extends Object implements InvocationHandler
Author:
Shuyang Zhou, Preston Crary
  • Constructor Details

    • AopInvocationHandler

      protected AopInvocationHandler(Object target, com.liferay.portal.kernel.aop.ChainableMethodAdvice[] chainableMethodAdvices, TransactionExecutor transactionExecutor)
  • Method Details

    • getTarget

      public Object getTarget()
    • invoke

      public Object invoke(Object proxy, Method method, Object[] arguments) throws Throwable
      Specified by:
      invoke in interface InvocationHandler
      Throws:
      Throwable
    • setTarget

      public void setTarget(Object target)
    • reset

      protected void reset()
    • setChainableMethodAdvices

      protected void setChainableMethodAdvices(com.liferay.portal.kernel.aop.ChainableMethodAdvice[] chainableMethodAdvices)