|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Measure
The Interface for a Measure. Holds a reference to the assigned Thresholds, Source and Metric.
Method Summary | |
---|---|
java.lang.String |
getApplication()
getting the mapped application for this measure |
java.lang.String |
getConfigurationSummary()
Returns the configuration of the measure. |
java.lang.String |
getDescription()
Returns the description of the measure. |
Threshold |
getLowerSevere()
Returns the Treshold for the Lower Severe |
Threshold |
getLowerWarning()
Returns the Treshold for the Lower Warning |
Metric |
getMetric()
Returns the metric of this measure. |
java.lang.String |
getName()
Returns the name of the measure. |
Source |
getSource()
Returns the Source of this Measure. |
java.util.List<java.lang.String> |
getSplittings()
getting the splittings (eg. business transaction groups) for this measure |
java.lang.String |
getUnit()
Returns the Unit of this Measure |
Threshold |
getUpperSevere()
Returns the Treshold for the Upper Severe |
Threshold |
getUpperWarning()
Returns the Treshold for the Upper Warning |
Method Detail |
---|
java.lang.String getName()
java.lang.String getDescription()
java.lang.String getConfigurationSummary()
java.lang.String getUnit()
Metric getMetric()
Source getSource()
Threshold getUpperSevere()
Threshold getUpperWarning()
Threshold getLowerWarning()
Threshold getLowerSevere()
java.util.List<java.lang.String> getSplittings()
java.lang.String getApplication()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |