public interface ProcessCasErrors extends ErrorHandlingSettings
Modifier and Type | Method and Description |
---|---|
Action |
getThresholdAction()
Gets the threshold action.
|
int |
getThresholdCount()
Gets the threshold count.
|
int |
getThresholdWindow()
Gets the threshold window.
|
void |
setThresholdAction(Action action)
Sets the threshold action.
|
void |
setThresholdCount(int threshold)
Sets the threshold count.
|
void |
setThresholdWindow(int window)
Sets the threshold window.
|
getAction, getMaxRetries, getTimeout, setAction, setMaxRetries, setTimeout
int getThresholdCount()
void setThresholdCount(int threshold)
threshold
- the new threshold countint getThresholdWindow()
void setThresholdWindow(int window)
window
- the new threshold windowAction getThresholdAction()
void setThresholdAction(Action action)
action
- the new threshold actionCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.