Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.measurement.server.session
Class MeasDataPoint

java.lang.Object
  extended by org.hyperic.hq.measurement.server.session.DataPoint
      extended by org.hyperic.hq.measurement.server.session.MeasDataPoint
All Implemented Interfaces:
java.io.Serializable

public class MeasDataPoint
extends DataPoint

See Also:
Serialized Form

Constructor Summary
MeasDataPoint(java.lang.Integer measId, double val, long timestamp, boolean avail)
           
MeasDataPoint(java.lang.Integer measId, MetricValue val, boolean avail)
           
 
Method Summary
 boolean isAvail()
           
 
Methods inherited from class org.hyperic.hq.measurement.server.session.DataPoint
equals, getMetricId, getMetricValue, getTimestamp, getValue, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MeasDataPoint

public MeasDataPoint(java.lang.Integer measId,
                     MetricValue val,
                     boolean avail)

MeasDataPoint

public MeasDataPoint(java.lang.Integer measId,
                     double val,
                     long timestamp,
                     boolean avail)
Method Detail

isAvail

public boolean isAvail()

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.