public interface MBeanServer
Modifier and Type | Method and Description |
---|---|
void |
registerMBean(Object mBean,
String mBeanName)
Register the given mBean with the given name.
|
void |
unregisterMBean(String mBeanName)
Unregister the MBean with the given name.
|
void unregisterMBean(String mBeanName)
mBeanName
- the MBean name