public class MonitorMXBeanImp extends Object implements MonitorMXBean
Modifier and Type | Field and Description |
---|---|
protected List<JamonJmxBeanProperty> |
jmxProperties |
protected String |
label |
protected String |
name |
protected String |
units |
Constructor and Description |
---|
MonitorMXBeanImp(List<JamonJmxBeanProperty> jmxProperties) |
MonitorMXBeanImp(String label,
String units) |
MonitorMXBeanImp(String label,
String units,
String name) |
Modifier and Type | Method and Description |
---|---|
double |
getActive() |
double |
getAvg() |
double |
getAvgActive() |
Date |
getFirstAccess() |
double |
getHits() |
String |
getLabel() |
Date |
getLastAccess() |
double |
getLastValue() |
double |
getMax() |
double |
getMaxActive() |
double |
getMin() |
String |
getName() |
double |
getStdDev() |
double |
getTotal() |
String |
getUnits() |
protected final List<JamonJmxBeanProperty> jmxProperties
protected final String label
protected final String units
protected final String name
public MonitorMXBeanImp(List<JamonJmxBeanProperty> jmxProperties)
public String getLabel()
getLabel
in interface MonitorMXBean
public String getUnits()
getUnits
in interface MonitorMXBean
public String getName()
getName
in interface MonitorMXBean
public double getTotal()
getTotal
in interface MonitorMXBean
public double getAvg()
getAvg
in interface MonitorMXBean
public double getMin()
getMin
in interface MonitorMXBean
public double getMax()
getMax
in interface MonitorMXBean
public double getHits()
getHits
in interface MonitorMXBean
public double getStdDev()
getStdDev
in interface MonitorMXBean
public Date getFirstAccess()
getFirstAccess
in interface MonitorMXBean
public Date getLastAccess()
getLastAccess
in interface MonitorMXBean
public double getLastValue()
getLastValue
in interface MonitorMXBean
public double getActive()
getActive
in interface MonitorMXBean
public double getMaxActive()
getMaxActive
in interface MonitorMXBean
public double getAvgActive()
getAvgActive
in interface MonitorMXBean
Copyright © 2015. All rights reserved.