Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.product
Class AvailabilityMetricValue

java.lang.Object
  extended by org.hyperic.hq.product.MetricValue
      extended by org.hyperic.hq.product.AvailabilityMetricValue
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable, IComparableDatapoint, IDataPoint, IDisplayDataPoint

public class AvailabilityMetricValue
extends MetricValue

Represents a value of an Availability Metric that includes the start time of the availability.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.hyperic.hq.product.MetricValue
FUTURE, NONE, VALUE_FUTURE, VALUE_NONE
 
Constructor Summary
AvailabilityMetricValue(double value, long startTime, long rtime)
           
 
Method Summary
 long getStartTime()
           
 
Methods inherited from class org.hyperic.hq.product.MetricValue
compareTo, equals, getLabel, getObjectValue, getTimestamp, getValue, isFuture, isNone, setTimestamp, setValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AvailabilityMetricValue

public AvailabilityMetricValue(double value,
                               long startTime,
                               long rtime)
Method Detail

getStartTime

public long getStartTime()

Hyperic HQ Plugin API v. 4.4.0.2

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