|
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.worker.SynchronousRetrier
public class SynchronousRetrier
| 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 |
|---|
public SynchronousRetrier(ExponentialRetryParameters retryParameters,
java.lang.Class<?>... exceptionsToNotRetry)
| Method Detail |
|---|
public ExponentialRetryParameters getRetryParameters()
public java.lang.Class<?>[] getExceptionsToNotRetry()
public void retry(java.lang.Runnable r)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||