public final class MBeanServerFactory
extends java.lang.Object
This class is NOT part of the public API. It may change at any time without notification.
This class is used to insulate the rest of the driver from the possibility that JMX is not available, as currently is the case on Android VM.
Modifier and Type | Field and Description |
---|---|
private static MBeanServer |
M_BEAN_SERVER |
Modifier | Constructor and Description |
---|---|
private |
MBeanServerFactory() |
Modifier and Type | Method and Description |
---|---|
static MBeanServer |
getMBeanServer()
Gets the MBeanServer for registering or unregistering MBeans.
|
private static final MBeanServer M_BEAN_SERVER
public static MBeanServer getMBeanServer()