Liferay 7.0-ce-b4

com.liferay.portal.spring.aop
Class RetryAdvice

java.lang.Object
  extended by com.liferay.portal.spring.aop.ChainableMethodAdvice
      extended by com.liferay.portal.spring.aop.AnnotationChainableMethodAdvice<Retry>
          extended by com.liferay.portal.spring.aop.RetryAdvice
All Implemented Interfaces:
org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

public class RetryAdvice
extends AnnotationChainableMethodAdvice<Retry>


Field Summary
 
Fields inherited from class com.liferay.portal.spring.aop.ChainableMethodAdvice
nextMethodInterceptor, nullResult, serviceBeanAopCacheManager
 
Constructor Summary
RetryAdvice()
           
 
Method Summary
 Retry getNullAnnotation()
           
 Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation)
           
 
Methods inherited from class com.liferay.portal.spring.aop.AnnotationChainableMethodAdvice
findAnnotation, getAnnotationClass, setServiceBeanAopCacheManager
 
Methods inherited from class com.liferay.portal.spring.aop.ChainableMethodAdvice
afterReturning, afterThrowing, before, duringFinally, setNextMethodInterceptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetryAdvice

public RetryAdvice()
Method Detail

getNullAnnotation

public Retry getNullAnnotation()
Specified by:
getNullAnnotation in class AnnotationChainableMethodAdvice<Retry>

invoke

public Object invoke(org.aopalliance.intercept.MethodInvocation methodInvocation)
              throws Throwable
Specified by:
invoke in interface org.aopalliance.intercept.MethodInterceptor
Overrides:
invoke in class ChainableMethodAdvice
Throws:
Throwable

Liferay 7.0-ce-b4