public interface CasProcessorErrorHandling extends MetaDataObject
Modifier and Type | Method and Description |
---|---|
CasProcessorErrorRateThreshold |
getErrorRateThreshold()
Returns max number of restarts allowed for a CasProcessor and an action to take by the CPE in
case the threshold is reached.
|
CasProcessorMaxRestarts |
getMaxConsecutiveRestarts()
Returns max number of restarts allowed for a CasProcessor and an action to take by the CPE in
case the threshold is reached.
|
CasProcessorTimeout |
getTimeout()
Returns the timeout the CPE will wait for a response from CasProcessor.
|
void |
setErrorRateThreshold(CasProcessorErrorRateThreshold aCasPErrorThreshold)
Sets max number of errors allowed for a CasProcessor and an action to take by the CPE in case
the threshold is reached.
|
void |
setMaxConsecutiveRestarts(CasProcessorMaxRestarts aCasPRestarts)
Sets max number of restarts allowed for a CasProcessor and an action to take by the CPE in case
the threshold is reached.
|
void |
setTimeout(CasProcessorTimeout aTimeout)
Sets the timeout the CPE will wait for a response from CasProcessor.
|
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
void setMaxConsecutiveRestarts(CasProcessorMaxRestarts aCasPRestarts)
aCasPRestarts
- -
CasProcessorMaxRestarts
instanceCasProcessorMaxRestarts getMaxConsecutiveRestarts()
CasProcessorMaxRestarts
instancevoid setErrorRateThreshold(CasProcessorErrorRateThreshold aCasPErrorThreshold)
aCasPErrorThreshold
- -
CasProcessorErrorRateThreshold
CasProcessorErrorRateThreshold getErrorRateThreshold()
CasProcessorErrorRateThreshold
instancevoid setTimeout(CasProcessorTimeout aTimeout)
aTimeout
- CasProcessorTimeout
CasProcessorTimeout getTimeout()
CasProcessorTimeout
instanceCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.