public class CasProcessorTimeoutImpl
extends org.apache.uima.resource.metadata.impl.MetaDataObject_impl
implements org.apache.uima.collection.metadata.CasProcessorTimeout
org.apache.uima.resource.metadata.impl.MetaDataObject_impl.MetaDataAttr, org.apache.uima.resource.metadata.impl.MetaDataObject_impl.SerialContext, org.apache.uima.resource.metadata.impl.MetaDataObject_impl.Serializer| Constructor and Description |
|---|
CasProcessorTimeoutImpl()
Instantiates a new cas processor timeout impl.
|
| Modifier and Type | Method and Description |
|---|---|
void |
buildFromXMLElement(Element aElement,
org.apache.uima.util.XMLParser aParser,
org.apache.uima.util.XMLParser.ParsingOptions aOptions)
Overridden to read "max" and "default" attributes.
|
int |
get() |
String |
getDefaultTimeout()
Gets the default timeout.
|
String |
getMax() |
protected org.xml.sax.helpers.AttributesImpl |
getXMLAttributes()
Overridden to handle "max" and "default" attributes.
|
static org.apache.uima.resource.metadata.impl.XmlizationInfo |
getXMLIZATION_INFO()
Gets the xmlization info.
|
protected org.apache.uima.resource.metadata.impl.XmlizationInfo |
getXmlizationInfo() |
void |
set(int aFrequency) |
void |
setDefaultTimeout(String string)
Sets the default timeout.
|
void |
setMax(String string)
Sets the max.
|
buildFromXMLElement, clone, equals, getAdditionalAttributes, getAttributeClass, getAttributeValue, getInfoset, getMatchingNode, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSerialContext, getSourceUrl, getSourceUrlString, getWrapperClass, 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, waitpublic CasProcessorTimeoutImpl()
public void set(int aFrequency)
set in interface org.apache.uima.collection.metadata.CasProcessorTimeoutpublic int get()
get in interface org.apache.uima.collection.metadata.CasProcessorTimeoutpublic void buildFromXMLElement(Element aElement, org.apache.uima.util.XMLParser aParser, org.apache.uima.util.XMLParser.ParsingOptions aOptions) throws org.apache.uima.util.InvalidXMLException
buildFromXMLElement in interface org.apache.uima.util.XMLizablebuildFromXMLElement in class org.apache.uima.resource.metadata.impl.MetaDataObject_implaElement - the a elementaParser - the a parseraOptions - the a optionsorg.apache.uima.util.InvalidXMLException - the invalid XML exceptionMetaDataObject_impl.buildFromXMLElement(org.w3c.dom.Element,
org.apache.uima.util.XMLParser, org.apache.uima.util.XMLParser.ParsingOptions)protected org.xml.sax.helpers.AttributesImpl getXMLAttributes()
getXMLAttributes in class org.apache.uima.resource.metadata.impl.MetaDataObject_implMetaDataObject_impl.getXMLAttributes()protected org.apache.uima.resource.metadata.impl.XmlizationInfo getXmlizationInfo()
getXmlizationInfo in class org.apache.uima.resource.metadata.impl.MetaDataObject_implpublic static org.apache.uima.resource.metadata.impl.XmlizationInfo getXMLIZATION_INFO()
public String getMax()
public String getDefaultTimeout()
public void setDefaultTimeout(String string)
string - the new default timeoutpublic void setMax(String string)
string - the new maxCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.