public interface MBeanPlugin
META-INF/mbean-plugins
Modifier and Type | Method and Description |
---|---|
String |
getId()
Get unique id for this plugin.
|
void |
init(MBeanPluginContext ctx,
Map map)
Init method for the plugin.
|
void init(MBeanPluginContext ctx, Map map) throws JMException
ctx
- the context in order to access JMXmap
- configuration specific for this pluginJMException
String getId()
Copyright © 2019. All rights reserved.