public class CasProcessorErrorHandlingImpl extends MetaDataObject_impl implements CasProcessorErrorHandling
MetaDataObject_impl.MetaDataAttr, MetaDataObject_impl.SerialContext, MetaDataObject_impl.SerializerserialContext| Constructor and Description |
|---|
CasProcessorErrorHandlingImpl() |
| 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.
|
protected XmlizationInfo |
getXmlizationInfo()
To be implemented by subclasses to return information describing how to represent this object
in XML.
|
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.
|
buildFromXMLElement, buildFromXMLElement, clone, equals, getAdditionalAttributes, getAttributeClass, getAttributeValue, getInfoset, getMatchingNode, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSerialContext, getSourceUrl, getSourceUrlString, getWrapperClass, getXMLAttributes, hashCode, isModifiable, listAttributes, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, resolveSettings, setAttributeValue, setInfoset, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, valueIsNullOrEmptyArray, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElementfinalize, getClass, notify, notifyAll, wait, wait, waitclone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlbuildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLpublic void setMaxConsecutiveRestarts(CasProcessorMaxRestarts aCasPRestarts)
CasProcessorErrorHandlingsetMaxConsecutiveRestarts in interface CasProcessorErrorHandlingaCasPRestarts - -
CasProcessorMaxRestarts instancepublic CasProcessorMaxRestarts getMaxConsecutiveRestarts()
CasProcessorErrorHandlinggetMaxConsecutiveRestarts in interface CasProcessorErrorHandlingCasProcessorMaxRestarts instancepublic void setErrorRateThreshold(CasProcessorErrorRateThreshold aCasPErrorThreshold)
CasProcessorErrorHandlingsetErrorRateThreshold in interface CasProcessorErrorHandlingaCasPErrorThreshold - -
CasProcessorErrorRateThresholdpublic CasProcessorErrorRateThreshold getErrorRateThreshold()
CasProcessorErrorHandlinggetErrorRateThreshold in interface CasProcessorErrorHandlingCasProcessorErrorRateThreshold instancepublic void setTimeout(CasProcessorTimeout aTimeout)
CasProcessorErrorHandlingsetTimeout in interface CasProcessorErrorHandlingaTimeout - CasProcessorTimeoutpublic CasProcessorTimeout getTimeout()
CasProcessorErrorHandlinggetTimeout in interface CasProcessorErrorHandlingCasProcessorTimeout instanceprotected XmlizationInfo getXmlizationInfo()
MetaDataObject_implgetXmlizationInfo in class MetaDataObject_implCopyright © 2018. All rights reserved.