public interface CasProcessorErrorRateThreshold extends MetaDataObject
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAction()
Returns strategy for dealing with exceeding error thresholds.
|
int |
getMaxErrorCount()
Returns max number of errors tolerated by the CPE.
|
int |
getMaxErrorSampleSize()
Returns sample size.
|
void |
setAction(java.lang.String aAction)
Sets a strategy for dealing with exceeding error thresholds.
|
void |
setMaxErrorCount(int aErrorCount)
Sets the max number of errors tolerated by the CPE.
|
void |
setMaxErrorSampleSize(int aSampleSize)
Sets the sample size.
|
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlbuildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLvoid setMaxErrorCount(int aErrorCount)
aErrorCount - -
max tolerated errors for CasProcessorint getMaxErrorCount()
void setMaxErrorSampleSize(int aSampleSize)
aSampleSize - int getMaxErrorSampleSize()
void setAction(java.lang.String aAction)
aAction - -
action to takejava.lang.String getAction()
Copyright © 2013. All Rights Reserved.