Package com.mongodb.management
Class NullMBeanServer
java.lang.Object
com.mongodb.management.NullMBeanServer
- All Implemented Interfaces:
MBeanServer
Deprecated.
This class is NOT part of the public API. It may change at any time without notification.
-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
NullMBeanServer
public NullMBeanServer()Deprecated.
-
-
Method Details
-
unregisterMBean
Deprecated.Description copied from interface:MBeanServerUnregister the MBean with the given name.- Specified by:
unregisterMBeanin interfaceMBeanServer- Parameters:
mBeanName- the MBean name
-
registerMBean
Deprecated.Description copied from interface:MBeanServerRegister the given mBean with the given name.- Specified by:
registerMBeanin interfaceMBeanServer- Parameters:
mBean- the MBeanmBeanName- the MBean name
-