Class PluginMonitor

java.lang.Object
de.xima.fc.ms.monitoring.PluginMonitor
All Implemented Interfaces:
PluginMonitorMBean

public class PluginMonitor extends Object implements PluginMonitorMBean
Monitoring Manager (Singleton) für Plugin - MBeans
Author:
XIMA MEDIA GmbH
  • Method Details

    • getInstance

      public static PluginMonitor getInstance()
      Gets the singleton instance of the plugin monitoring bean.
      Returns:
      The plugin monitoring bean.
    • getInstanceName

      public static String getInstanceName()
      Gets the instance name of the plugin monitoring bean.
      Returns:
      The instance name of the plugin monitoring bean.
    • register

      public static void register()
      Registers the PluginMonitor with the current MBean server.
    • unregister

      public static void unregister()
      Unregisters the PluginMonitor with the current MBean server.
    • getplugin_errors_count

      public int getplugin_errors_count()
      Specified by:
      getplugin_errors_count in interface PluginMonitorMBean
    • getplugin_errors

      public Map<String,String> getplugin_errors()
      Specified by:
      getplugin_errors in interface PluginMonitorMBean