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 javax.management.NotificationFiltergetNotificationFilter()protected javax.management.NotificationListenergetNotificationListener()protected javax.management.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 javax.management.ObjectName getObjectName() throws java.lang.Exception- Overrides:
getObjectNamein classJmxTreeWatcher- Throws:
java.lang.Exception
-
getNotificationListener
protected javax.management.NotificationListener getNotificationListener()
- Overrides:
getNotificationListenerin classJmxTreeWatcher
-
getNotificationFilter
protected javax.management.NotificationFilter getNotificationFilter()
- Overrides:
getNotificationFilterin classJmxTreeWatcher
-
getUpdateCounter
public long getUpdateCounter()
- Specified by:
getUpdateCounterin interfacePluginRegistryMBean
-
-