Interface CasProcessorTimeout
- All Superinterfaces:
Cloneable, MetaDataObject, Serializable, XMLizable
- All Known Implementing Classes:
CasProcessorTimeoutImpl
An object that holds configuration that is part of the CPE descriptor. It provides the means of
configuring timeout conditions for CasProcessors.
-
Method Summary
Methods inherited from interface MetaDataObject
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlMethods inherited from interface XMLizable
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
-
Method Details
-
set
void set(int aTimeoutValue) Sets the timeout value- Parameters:
aTimeoutValue- - timeout
-
get
int get()Returns timeout value- Returns:
- - timeout value
-