|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ikasan.framework.exception.RetryAction
public class RetryAction
Exception Action indicating the operation should be retried
| Field Summary | |
|---|---|
static Integer |
RETRY_INFINITE
indicator for an infinite retry |
| Constructor Summary | |
|---|---|
RetryAction()
Default Constructor |
|
RetryAction(long delay,
int maxRetries)
Constructor |
|
| Method Summary | |
|---|---|
long |
getDelay()
Accessor for delay |
int |
getMaxRetries()
Accessor for maxRetries |
void |
setDelay(long delay)
Mutator for delay |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Integer RETRY_INFINITE
| Constructor Detail |
|---|
public RetryAction()
public RetryAction(long delay,
int maxRetries)
delay - - The delay in milliseconds before retryingmaxRetries - - The maximum number of retries to attempt| Method Detail |
|---|
public long getDelay()
public void setDelay(long delay)
delay - public int getMaxRetries()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||