Class PluginMonitor
java.lang.Object
de.xima.fc.ms.monitoring.PluginMonitor
- All Implemented Interfaces:
PluginMonitorMBean
Monitoring Manager (Singleton) für Plugin - MBeans
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionstatic PluginMonitorGets the singleton instance of the plugin monitoring bean.static StringGets the instance name of the plugin monitoring bean.intstatic voidregister()Registers the PluginMonitor with the current MBean server.static voidUnregisters the PluginMonitor with the current MBean server.
-
Method Details
-
getInstance
Gets the singleton instance of the plugin monitoring bean.- Returns:
- The plugin monitoring bean.
-
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_countin interfacePluginMonitorMBean
-
getplugin_errors
- Specified by:
getplugin_errorsin interfacePluginMonitorMBean
-