|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProcessErrorHandlingSettings
The Interface ProcessErrorHandlingSettings.
Method Summary | |
---|---|
boolean |
continueOnRetryFailure()
Continue on retry failure. |
int |
getThresholdCount()
Gets the threshold count. |
int |
getThresholdWindow()
Gets the threshold window. |
void |
setContinueOnRetryFailure(boolean continueOnRetryFailure)
Sets the continue on retry failure. |
void |
setThresholdCount(int thresholdCount)
Sets the threshold count. |
void |
setThresholdWindow(int thresholdWindow)
Sets the threshold window. |
Methods inherited from interface org.apache.uima.resourceSpecifier.factory.ErrorHandlingSettings |
---|
getAction, getMaxRetries, getTimeout, setAction, setMaxRetries, setTimeout |
Method Detail |
---|
void setContinueOnRetryFailure(boolean continueOnRetryFailure)
continueOnRetryFailure
- the new continue on retry failureboolean continueOnRetryFailure()
void setThresholdCount(int thresholdCount)
thresholdCount
- the new threshold countint getThresholdCount()
void setThresholdWindow(int thresholdWindow)
thresholdWindow
- the new threshold windowint getThresholdWindow()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |