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
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the current stats
    Display the current counts and values

    Methods inherited from interface org.bedework.util.jmx.BaseMBean

    getServiceName, isRunning, start, stop

    Methods inherited from interface org.bedework.util.jmx.ConfBaseMBean

    getConfigName, getStatus, saveConfig, setStatus
  • Field Details

  • Method Details

    • showValues

      List<String> showValues()
      Display the current counts and values
      Returns:
      List of String
    • getStats

      List<MonitorStat> getStats()
      Get the current stats
      Returns:
      List of MonitorStat