org.apache.uima.collection.metadata
Interface CasProcessorTimeout

All Superinterfaces:
Cloneable, MetaDataObject, Serializable, XMLizable

public interface CasProcessorTimeout
extends MetaDataObject

An object that holds configuration that is part of the CPE descriptor. It provides the means of configuring timeout conditions for CasProcessors.


Method Summary
 int get()
          Returns timeout value
 void set(int aTimeoutValue)
          Sets the timeout value
 
Methods inherited from interface org.apache.uima.resource.metadata.MetaDataObject
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl
 
Methods inherited from interface org.apache.uima.util.XMLizable
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
 

Method Detail

set

void set(int aTimeoutValue)
Sets the timeout value

Parameters:
aTimeoutValue - - timeout

get

int get()
Returns timeout value

Returns:
- timeout value


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.