Class JMXMBeanServer
java.lang.Object
com.mongodb.internal.management.jmx.JMXMBeanServer
- All Implemented Interfaces:
MBeanServer
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
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
-
JMXMBeanServer
public JMXMBeanServer()Deprecated.
-
-
Method Details
-
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
-
unregisterMBean
Deprecated.Description copied from interface:MBeanServerUnregister the MBean with the given name.- Specified by:
unregisterMBeanin interfaceMBeanServer- Parameters:
mBeanName- the MBean name
-