Class ClusterableAdvice

Object
com.liferay.portal.kernel.aop.ChainableMethodAdvice
com.liferay.portal.internal.cluster.ClusterableAdvice

public class ClusterableAdvice extends com.liferay.portal.kernel.aop.ChainableMethodAdvice
Author:
Shuyang Zhou
  • Constructor Details

    • ClusterableAdvice

      public ClusterableAdvice()
  • Method Details

    • createMethodContext

      public Object createMethodContext(Class<?> targetClass, Method method, Map<Class<? extends Annotation>,Annotation> annotations)
      Specified by:
      createMethodContext in class com.liferay.portal.kernel.aop.ChainableMethodAdvice
    • afterReturning

      protected void afterReturning(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation, Object[] arguments, Object result) throws Throwable
      Overrides:
      afterReturning in class com.liferay.portal.kernel.aop.ChainableMethodAdvice
      Throws:
      Throwable
    • before

      protected Object before(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation, Object[] arguments) throws Throwable
      Overrides:
      before in class com.liferay.portal.kernel.aop.ChainableMethodAdvice
      Throws:
      Throwable