Package com.liferay.portal.spring.aop
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
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.aop.ChainableMethodAdvice
nullResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateMethodContext
(Class<?> targetClass, Method method, Map<Class<? extends Annotation>, Annotation> annotations) Methods inherited from class com.liferay.portal.kernel.aop.ChainableMethodAdvice
afterReturning, afterThrowing, before, duringFinally
-
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 classcom.liferay.portal.kernel.aop.ChainableMethodAdvice
-
invoke
public Object invoke(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation, Object[] arguments) throws Throwable - Overrides:
invoke
in classcom.liferay.portal.kernel.aop.ChainableMethodAdvice
- Throws:
Throwable
-