public class CasProcessorErrorHandlingImpl extends MetaDataObject_impl implements CasProcessorErrorHandling
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, findMatchingSubElement, getAttributeClass, getAttributeValue, getInfoset, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSourceUrl, getSourceUrlString, getWrapperClass, getXMLAttributes, hashCode, isModifiable, listAttributes, outputEndElement, outputStartElement, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, setAttributeValue, setInfoset, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElement
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
public void setMaxConsecutiveRestarts(CasProcessorMaxRestarts aCasPRestarts)
CasProcessorErrorHandling
setMaxConsecutiveRestarts
in interface CasProcessorErrorHandling
aCasPRestarts
- -
CasProcessorMaxRestarts
instancepublic CasProcessorMaxRestarts getMaxConsecutiveRestarts()
CasProcessorErrorHandling
getMaxConsecutiveRestarts
in interface CasProcessorErrorHandling
CasProcessorMaxRestarts
instancepublic void setErrorRateThreshold(CasProcessorErrorRateThreshold aCasPErrorThreshold)
CasProcessorErrorHandling
setErrorRateThreshold
in interface CasProcessorErrorHandling
aCasPErrorThreshold
- -
CasProcessorErrorRateThreshold
public CasProcessorErrorRateThreshold getErrorRateThreshold()
CasProcessorErrorHandling
getErrorRateThreshold
in interface CasProcessorErrorHandling
CasProcessorErrorRateThreshold
instancepublic void setTimeout(CasProcessorTimeout aTimeout)
CasProcessorErrorHandling
setTimeout
in interface CasProcessorErrorHandling
aTimeout
- CasProcessorTimeout
public CasProcessorTimeout getTimeout()
CasProcessorErrorHandling
getTimeout
in interface CasProcessorErrorHandling
CasProcessorTimeout
instanceprotected XmlizationInfo getXmlizationInfo()
MetaDataObject_impl
getXmlizationInfo
in class MetaDataObject_impl
Copyright © 2006–2014 The Apache Software Foundation. All rights reserved.