Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.systemreport.infos
Class XSystemReportGaugeInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.systemreport.infos.XSystemReportGaugeInfo


public class XSystemReportGaugeInfo
extends XDTO

XSystemReportGaugeInfo contains information about metrics that are stored as RRDTool gauges.


Field Summary
 String ID
          The ID of the attribute, which is a combination of MBean ObjectName and attribute name.
 String Legend
          Optional label that is more user human readable than the ID.
 double RangeAvgValue
          The value average over the range of the report.
 double RangeLastValue
          The last known value in the range of the report.
 double RangeMaxValue
          The value maximum over the range of the report.
 double RangeMinValue
          The value minimum over the range of the report.
 double SnapshotValue
          The value of the JMX attribute at the time of report generation.

 

Constructor Summary
XSystemReportGaugeInfo()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

ID

public String ID
The ID of the attribute, which is a combination of MBean ObjectName and attribute name.

Legend

public String Legend
Optional label that is more user human readable than the ID.

SnapshotValue

public double SnapshotValue
The value of the JMX attribute at the time of report generation. This value is reset whenever the server restarts.

RangeAvgValue

public double RangeAvgValue
The value average over the range of the report.

RangeMinValue

public double RangeMinValue
The value minimum over the range of the report.

RangeMaxValue

public double RangeMaxValue
The value maximum over the range of the report.

RangeLastValue

public double RangeLastValue
The last known value in the range of the report.

Constructor Detail

XSystemReportGaugeInfo

public XSystemReportGaugeInfo()

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.