Class AopMethodInvocationImpl

Object
com.liferay.portal.spring.aop.AopMethodInvocationImpl
All Implemented Interfaces:
com.liferay.portal.kernel.aop.AopMethodInvocation

public class AopMethodInvocationImpl extends Object implements com.liferay.portal.kernel.aop.AopMethodInvocation
Author:
Shuyang Zhou
  • Constructor Details

    • AopMethodInvocationImpl

      protected AopMethodInvocationImpl(Object target, Method method, Object adviceMethodContext, com.liferay.portal.kernel.aop.ChainableMethodAdvice nextChainableMethodAdvice, com.liferay.portal.kernel.aop.AopMethodInvocation nextAopMethodInvocation)
  • Method Details

    • getAdviceMethodContext

      public <T> T getAdviceMethodContext()
      Specified by:
      getAdviceMethodContext in interface com.liferay.portal.kernel.aop.AopMethodInvocation
    • getMethod

      public Method getMethod()
      Specified by:
      getMethod in interface com.liferay.portal.kernel.aop.AopMethodInvocation
    • getThis

      public Object getThis()
      Specified by:
      getThis in interface com.liferay.portal.kernel.aop.AopMethodInvocation
    • proceed

      public Object proceed(Object[] arguments) throws Throwable
      Specified by:
      proceed in interface com.liferay.portal.kernel.aop.AopMethodInvocation
      Throws:
      Throwable
    • toString

      public String toString()
      Overrides:
      toString in class Object