public class RetryAdvice
extends com.liferay.portal.kernel.aop.ChainableMethodAdvice
Constructor and Description |
---|
RetryAdvice() |
Modifier and Type | Method and Description |
---|---|
Object |
createMethodContext(Class<?> targetClass,
Method method,
Map<Class<? extends Annotation>,Annotation> annotations) |
Object |
invoke(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation,
Object[] arguments) |
public Object createMethodContext(Class<?> targetClass, Method method, Map<Class<? extends Annotation>,Annotation> annotations)
createMethodContext
in class com.liferay.portal.kernel.aop.ChainableMethodAdvice
public Object invoke(com.liferay.portal.kernel.aop.AopMethodInvocation aopMethodInvocation, Object[] arguments) throws Throwable
invoke
in class com.liferay.portal.kernel.aop.ChainableMethodAdvice
Throwable