org.rhq.enterprise.gui.legacy.action.resource.common.monitor.visibility
Class AvailabilityDataPoint
java.lang.Object
org.rhq.enterprise.gui.legacy.action.resource.common.monitor.visibility.AvailabilityDataPoint
- All Implemented Interfaces:
- IDataPoint, IDisplayDataPoint
public class AvailabilityDataPoint
- extends Object
- implements IDisplayDataPoint
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AvailabilityDataPoint
public AvailabilityDataPoint(Integer integerValue)
getTimestamp
public long getTimestamp()
- Specified by:
getTimestamp in interface IDisplayDataPoint
- Returns:
- The absolute time of the datum, in milliseconds.
getValue
public double getValue()
- Description copied from interface:
IDataPoint
- Retrieves the value of a chart data point. The label is displayed on the Y axis for line and column charts.
- Specified by:
getValue in interface IDataPoint
- Returns:
- A floating point value for a chart data point.
setValue
public void setValue(double value)
setValue
public void setValue(Integer integerValue)
getLabel
public String getLabel()
- Description copied from interface:
IDisplayDataPoint
- Retrieves the label of a chart data point. The data point is charted on the X axis for line and column charts.
- Specified by:
getLabel in interface IDisplayDataPoint
- Returns:
- A String label for a chart data point.
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.