things.common
Interface ThingsReportingThreshold

All Known Implementing Classes:
ResourceManager

public interface ThingsReportingThreshold

ThingsReportingThreshold interface. It's a way to tell the subcomponent what it's reporting threshold should be for exception and error reporting and propagation.

Version History

EPG - Initial - 11 JUL 05
 


Method Summary
 void set(int threshold)
          It will set the threshold for reporting.
 

Method Detail

set

void set(int threshold)
It will set the threshold for reporting. What this means to the components may be different, but any internal exceptions below the threshold will likely be propagated out of the component.

Parameters:
threshold - Threshold level. This should be a numeric value from ThingsCodes. The one word levels should be good enough, such as WARNING, ERROR, etc.
See Also:
ThingsCodes


Things.