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 MonitorMXBeanpublic String getUnits()
getUnits in interface MonitorMXBeanpublic String getName()
getName in interface MonitorMXBeanpublic double getTotal()
getTotal in interface MonitorMXBeanpublic double getAvg()
getAvg in interface MonitorMXBeanpublic double getMin()
getMin in interface MonitorMXBeanpublic double getMax()
getMax in interface MonitorMXBeanpublic double getHits()
getHits in interface MonitorMXBeanpublic double getStdDev()
getStdDev in interface MonitorMXBeanpublic Date getFirstAccess()
getFirstAccess in interface MonitorMXBeanpublic Date getLastAccess()
getLastAccess in interface MonitorMXBeanpublic double getLastValue()
getLastValue in interface MonitorMXBeanpublic double getActive()
getActive in interface MonitorMXBeanpublic double getMaxActive()
getMaxActive in interface MonitorMXBeanpublic double getAvgActive()
getAvgActive in interface MonitorMXBeanCopyright © 2015. All rights reserved.