Package com.mongodb.management
Interface MBeanServer
- All Known Implementing Classes:
JMXMBeanServer,NullMBeanServer
Deprecated.
This class is NOT part of the public API. It may change at any time without notification.
-
Method Summary
Modifier and TypeMethodDescriptionvoidregisterMBean(Object mBean, String mBeanName) Deprecated.Register the given mBean with the given name.voidunregisterMBean(String mBeanName) Deprecated.Unregister the MBean with the given name.
-
Method Details
-
unregisterMBean
Deprecated.Unregister the MBean with the given name.- Parameters:
mBeanName- the MBean name
-
registerMBean
Deprecated.Register the given mBean with the given name.- Parameters:
mBean- the MBeanmBeanName- the MBean name
-