Sonic Management API

com.sonicsw.mf.common.metrics
Interface IMetricsData

All Superinterfaces:
java.io.Serializable

public interface IMetricsData
extends java.io.Serializable

Classes that implement this interface encapsulate multiple metrics and their runtime value at a particular collection time. Management clients request metrics data from a component.


Method Summary
 long getCurrencyTimestamp()
          Gets the time the metrics were collected by the component.
 IMetric[] getMetrics()
          Gets the metrics captured in this object.
 

Method Detail

getCurrencyTimestamp

long getCurrencyTimestamp()
Gets the time the metrics were collected by the component. This time will be based on the system clock of the host the component's container is running on.


getMetrics

IMetric[] getMetrics()
Gets the metrics captured in this object.


Sonic Management API

Copyright © 2001-2010 Progress Software Corporation. All Rights Reserved.
HTML formatted on 07-Mar-2010.