Class RetryAdvice

Object
com.liferay.portal.kernel.aop.ChainableMethodAdvice
com.liferay.portal.spring.aop.RetryAdvice

public class RetryAdvice extends com.liferay.portal.kernel.aop.ChainableMethodAdvice
Author:
Matthew Tambara
  • Constructor Details

    • RetryAdvice

      public RetryAdvice()
  • 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
    • invoke

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