Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.flow.interceptors
Class AsyncRetryingExecutor

java.lang.Object
  extended by com.amazonaws.services.simpleworkflow.flow.interceptors.AsyncRetryingExecutor
All Implemented Interfaces:
AsyncExecutor

public class AsyncRetryingExecutor
extends Object
implements AsyncExecutor


Constructor Summary
AsyncRetryingExecutor(RetryPolicy retryPolicy, WorkflowClock clock)
           
 
Method Summary
 void execute(AsyncRunnable command)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncRetryingExecutor

public AsyncRetryingExecutor(RetryPolicy retryPolicy,
                             WorkflowClock clock)
Method Detail

execute

public void execute(AsyncRunnable command)
             throws Throwable
Specified by:
execute in interface AsyncExecutor
Throws:
Throwable


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