|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AsyncPrimitiveErrorConfiguration
The Interface AsyncPrimitiveErrorConfiguration.
Method Summary | |
---|---|
boolean |
getContinueOnRetryFailure()
Gets the continue on retry failure. |
ProcessCasErrors |
getProcessCasErrors()
Gets the process cas errors. |
Action |
getThresholdAction()
Gets the threshold action. |
int |
getThresholdCount()
Gets the threshold count. |
int |
getThresholdWindow()
Gets the threshold window. |
long |
getTimeout()
Gets the timeout. |
void |
setContinueOnRetryFailure()
Sets the continue on retry failure. |
void |
setProcessCasErrors(ProcessCasErrors pce)
Sets the process cas errors. |
void |
setThresholdAction(Action pa)
Sets the threshold action. |
void |
setThresholdCount(int threshold)
Sets the threshold count. |
void |
setThresholdWindow()
Sets the threshold window. |
void |
setTimeout(long timeout)
Sets the timeout. |
Method Detail |
---|
ProcessCasErrors getProcessCasErrors()
void setProcessCasErrors(ProcessCasErrors pce)
pce
- the new process cas errorslong getTimeout()
void setTimeout(long timeout)
timeout
- the new timeoutint getThresholdCount()
void setThresholdCount(int threshold)
threshold
- the new threshold countboolean getContinueOnRetryFailure()
void setContinueOnRetryFailure()
int getThresholdWindow()
void setThresholdWindow()
Action getThresholdAction()
void setThresholdAction(Action pa)
pa
- the new threshold action
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |