|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MonitorMeasure
The Interface for Measures that are provided to a Monitor to be filled with values.
Method Summary | |
---|---|
java.lang.String |
getMeasureName()
Returns the name of the subscribed measure as it shows up in charts and the measure picker dialog. |
java.lang.String |
getMetricGroupName()
Returns the name of the metric group this monitor measure belongs to. |
java.lang.String |
getMetricName()
Returns the name of the metric as described in the plugin itself. |
java.lang.String |
getParameter(java.lang.String property)
Returns the configured parameter for the specified property. |
void |
setValue(double value)
Sets the measurement value as double-precision floating point. |
Method Detail |
---|
void setValue(double value)
value
- the measurement valuejava.lang.String getParameter(java.lang.String property)
property
- the name of the property
java.lang.String getMeasureName()
java.lang.String getMetricName()
java.lang.String getMetricGroupName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |