|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ErrorHandlingSettings
The Interface ErrorHandlingSettings.
Method Summary | |
---|---|
Action |
getAction()
Gets the action. |
int |
getMaxRetries()
Gets the max retries. |
int |
getTimeout()
Gets the timeout. |
void |
setAction(Action action)
Sets the action. |
void |
setMaxRetries(int retryCount)
Sets the max retries. |
void |
setTimeout(int timeout)
Sets the timeout. |
Method Detail |
---|
void setMaxRetries(int retryCount)
retryCount
- the new max retriesint getMaxRetries()
void setTimeout(int timeout)
timeout
- the new timeoutint getTimeout()
void setAction(Action action)
action
- the new actionAction getAction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |