@Role public interface JMXBeanRegistration
| Modifier and Type | Method and Description |
|---|---|
void |
registerMBean(Object mbean,
String name) |
void |
unregisterMBean(String name) |
void registerMBean(Object mbean, String name)
mbean - the mbean instance to registername - the name under which to register, for example "type=Velocity,domain=Engines,name=someName". Note
that the domain is registered by default and shouldn't be passedvoid unregisterMBean(String name)
name - the name under which to register, for example "type=Velocity,domain=Engines,name=someName". Note
that the domain is registered by default and shouldn't be passedCopyright © 2004–2016 XWiki. All rights reserved.