|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMetricInfo
A metric info object provides meta-data about one of the following:
Method Summary | |
---|---|
java.lang.String |
getDescription()
Gets the optional full description of the metric. |
java.lang.String |
getExtendedData()
Extended data allows any additional meta information that a component wishes to convey about a metric. |
IMetricIdentity |
getMetricIdentity()
Gets the metric identity. |
java.lang.String |
getUnits()
Describes the units that this metric uses. |
short |
getValueType()
Gets the metrics value type. |
boolean |
isDynamic()
If a metric is dynamic it means it can be dynamically enabled/disabled through the components management API. |
boolean |
isInstanceMetric()
If true, the meta-data is for an instance metric parent, and the information provided can be applied to all of the individual instances of that instance metric parent. |
boolean |
supportsHighThresholdAlerts()
Indicates whether the metric supports high threshold alerts |
boolean |
supportsLowThresholdAlerts()
Indicates whether the metric supports low threshold alerts |
Method Detail |
---|
java.lang.String getDescription()
java.lang.String getExtendedData()
IMetricIdentity getMetricIdentity()
java.lang.String getUnits()
short getValueType()
IValueType
boolean isDynamic()
boolean isInstanceMetric()
boolean supportsHighThresholdAlerts()
boolean supportsLowThresholdAlerts()
|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |