Package org.bedework.calfacade.svc
Interface BwSysMonitorMBean
- All Superinterfaces:
org.bedework.util.jmx.BaseMBean,org.bedework.util.jmx.ConfBaseMBean
public interface BwSysMonitorMBean
extends org.bedework.util.jmx.ConfBaseMBean
- Author:
- douglm
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetStats()Get the current statsDisplay the current counts and valuesMethods inherited from interface org.bedework.util.jmx.BaseMBean
getServiceName, isRunning, start, stopMethods inherited from interface org.bedework.util.jmx.ConfBaseMBean
getConfigName, getStatus, saveConfig, setStatus
-
Field Details
-
serviceName
- See Also:
-
-
Method Details
-
showValues
Display the current counts and values- Returns:
- List of String
-
getStats
List<MonitorStat> getStats()Get the current stats- Returns:
- List of MonitorStat
-