Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.flow.worker
Class SynchronousRetrier

java.lang.Object
  extended by com.amazonaws.services.simpleworkflow.flow.worker.SynchronousRetrier

public class SynchronousRetrier
extends Object


Constructor Summary
SynchronousRetrier(ExponentialRetryParameters retryParameters, Class<?>... exceptionsToNotRetry)
           
 
Method Summary
 Class<?>[] getExceptionsToNotRetry()
           
 ExponentialRetryParameters getRetryParameters()
           
 void retry(Runnable r)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchronousRetrier

public SynchronousRetrier(ExponentialRetryParameters retryParameters,
                          Class<?>... exceptionsToNotRetry)
Method Detail

getRetryParameters

public ExponentialRetryParameters getRetryParameters()

getExceptionsToNotRetry

public Class<?>[] getExceptionsToNotRetry()

retry

public void retry(Runnable r)


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