Skip navigation links

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

E20955-01


waggle.common.modules.systemreport.infos
Class XSystemReportVariableInfo

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


public class XSystemReportVariableInfo
extends XDTO

XSystemReportVariableInfo contains information about metrics that are stored only as JMX attributes and do not have historical information available in RRDTool.


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.
 Object SnapshotValue
          The value of the JMX attribute at the time of report generation.
 String SnapshotValueClassName
          The class name of the snapshot value object.

 

Constructor Summary
XSystemReportVariableInfo()
           

 

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.

SnapshotValueClassName

public String SnapshotValueClassName
The class name of the snapshot value object.

SnapshotValue

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

Constructor Detail

XSystemReportVariableInfo

public XSystemReportVariableInfo()

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.