Package de.xima.fc.ms.monitoring
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 Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PluginMonitor
getInstance()
Gets the singleton instance of the plugin monitoring bean.static String
getInstanceName()
Gets the instance name of the plugin monitoring bean.Map<String,String>
getplugin_errors()
int
getplugin_errors_count()
static void
register()
Registers the PluginMonitor with the current MBean server.static void
unregister()
Unregisters the PluginMonitor with the current MBean server.
-
-
-
Method Detail
-
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 interfacePluginMonitorMBean
-
getplugin_errors
public Map<String,String> getplugin_errors()
- Specified by:
getplugin_errors
in interfacePluginMonitorMBean
-
-