NullMBeanServerpublic interface MBeanServer
| Modifier and Type | Method | 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