Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.flow.aspectj
Class ExponentialRetryAspect

java.lang.Object
  extended by com.amazonaws.services.simpleworkflow.flow.aspectj.ExponentialRetryAspect

public class ExponentialRetryAspect
extends Object


Constructor Summary
ExponentialRetryAspect()
           
 
Method Summary
 Object retry(org.aspectj.lang.ProceedingJoinPoint pjp, ExponentialRetry retryAnnotation)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExponentialRetryAspect

public ExponentialRetryAspect()
Method Detail

retry

public Object retry(org.aspectj.lang.ProceedingJoinPoint pjp,
                    ExponentialRetry retryAnnotation)
             throws Throwable
Throws:
Throwable


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.