|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.simpleworkflow.flow.interceptors.AsyncCancelAndRetryExecutor
public class AsyncCancelAndRetryExecutor
Cancels and reexecutes a command when cancelCurrentAndReexecute() is
called. In case of command failures or successful completions it is not
reexecuted.
| Constructor Summary | |
|---|---|
AsyncCancelAndRetryExecutor()
|
|
| Method Summary | |
|---|---|
void |
cancelCurrentAndReexecute()
|
void |
execute(AsyncRunnable cmd)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AsyncCancelAndRetryExecutor()
| Method Detail |
|---|
public void execute(AsyncRunnable cmd)
execute in interface AsyncExecutorpublic void cancelCurrentAndReexecute()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||