Package io.hawt.jmx
Class PluginRegistry
- java.lang.Object
-
- io.hawt.jmx.JmxTreeWatcher
-
- io.hawt.jmx.PluginRegistry
-
- All Implemented Interfaces:
JmxTreeWatcherMBean,PluginRegistryMBean
public class PluginRegistry extends JmxTreeWatcher implements PluginRegistryMBean
Hawtio plugin registry
-
-
Constructor Summary
Constructors Constructor Description PluginRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NotificationFiltergetNotificationFilter()protected NotificationListenergetNotificationListener()protected ObjectNamegetObjectName()longgetUpdateCounter()voidinit()-
Methods inherited from class io.hawt.jmx.JmxTreeWatcher
destroy, getCounter, getVersion
-
-
-
-
Method Detail
-
init
public void init()
- Overrides:
initin classJmxTreeWatcher
-
getObjectName
protected ObjectName getObjectName() throws Exception
- Overrides:
getObjectNamein classJmxTreeWatcher- Throws:
Exception
-
getNotificationListener
protected NotificationListener getNotificationListener()
- Overrides:
getNotificationListenerin classJmxTreeWatcher
-
getNotificationFilter
protected NotificationFilter getNotificationFilter()
- Overrides:
getNotificationFilterin classJmxTreeWatcher
-
getUpdateCounter
public long getUpdateCounter()
- Specified by:
getUpdateCounterin interfacePluginRegistryMBean
-
-