|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
waggle.core.info.XDTO
waggle.common.modules.systemreport.infos.XSystemReportVariableInfo
public class XSystemReportVariableInfo
XSystemReportVariableInfo contains information about metrics that are stored only as JMX attributes and do not have historical information available in RRDTool.
| Field Summary | |
|---|---|
String |
IDThe ID of the attribute, which is a combination of MBean ObjectName and attribute name. |
String |
LegendOptional label that is more user human readable than the ID. |
Object |
SnapshotValueThe value of the JMX attribute at the time of report generation. |
String |
SnapshotValueClassNameThe 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 |
|---|
public String ID
public String Legend
public String SnapshotValueClassName
public Object SnapshotValue
| Constructor Detail |
|---|
public XSystemReportVariableInfo()
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||