Sonic Management API

com.sonicsw.mf.common.metrics
Interface IMetric

All Known Subinterfaces:
IHistoricalMetric

public interface IMetric

A metric provides the numeric value of a metric identity (as captured at some point in time).

See Also:
IMetricsData

Method Summary
 long getCurrencyTimestamp()
          Gets the currency of the metric (the time the statistical data was last updated prior to metric evaluation).
 IMetricIdentity getMetricIdentity()
          Gets the metric identity of the metric.
 IAlert[] getTriggeredAlerts()
          Gets the triggered alerts
 long getValue()
          Gets the metric value.
 

Method Detail

getCurrencyTimestamp

long getCurrencyTimestamp()
Gets the currency of the metric (the time the statistical data was last updated prior to metric evaluation).


getMetricIdentity

IMetricIdentity getMetricIdentity()
Gets the metric identity of the metric.


getTriggeredAlerts

IAlert[] getTriggeredAlerts()
Gets the triggered alerts


getValue

long getValue()
Gets the metric value.


Sonic Management API

Copyright © 2001-2012 Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.