|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.gui.legacy.beans.NumericMetricDataPoint
public class NumericMetricDataPoint
A numeric metric data point that can be plotted on a chart.
| Constructor Summary | |
|---|---|
NumericMetricDataPoint(org.rhq.enterprise.server.measurement.AvailabilityPoint availabilityPoint)
|
|
NumericMetricDataPoint(org.rhq.core.domain.measurement.composite.MeasurementDataNumericHighLowComposite dataPoint)
|
|
| Method Summary | |
|---|---|
int |
compareTo(Object obj)
This is for the Datapoint interface. |
boolean |
equals(Object obj)
|
String |
getLabel()
Retrieves the label of a chart data point. |
Double |
getObjectValue()
|
long |
getTimestamp()
|
double |
getValue()
Retrieves the value of a chart data point. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NumericMetricDataPoint(org.rhq.core.domain.measurement.composite.MeasurementDataNumericHighLowComposite dataPoint)
public NumericMetricDataPoint(org.rhq.enterprise.server.measurement.AvailabilityPoint availabilityPoint)
| Method Detail |
|---|
public long getTimestamp()
getTimestamp in interface IDisplayDataPointpublic String getLabel()
IDisplayDataPoint
getLabel in interface IDisplayDataPointpublic double getValue()
IDataPoint
getValue in interface IDataPointpublic Double getObjectValue()
public int compareTo(Object obj)
compareTo in interface Comparablepublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||