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 java.lang.Object


Constructor Summary
SynchronousRetrier(ExponentialRetryParameters retryParameters, java.lang.Class<?>... exceptionsToNotRetry)
           
 
Method Summary
 java.lang.Class<?>[] getExceptionsToNotRetry()
           
 ExponentialRetryParameters getRetryParameters()
           
 void retry(java.lang.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,
                          java.lang.Class<?>... exceptionsToNotRetry)
Method Detail

getRetryParameters

public ExponentialRetryParameters getRetryParameters()

getExceptionsToNotRetry

public java.lang.Class<?>[] getExceptionsToNotRetry()

retry

public void retry(java.lang.Runnable r)


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