public interface MissionControlMXBean
Oracle internal management interface for Java Mission Control. The ObjectName for uniquely identifying the MissionControlMXBean within an MBeanServer is:
com.sun.management:type=MissionControlThis interface is internal and uncommitted and subject to change without notice.
Modifier and Type | Method and Description |
---|---|
void |
registerMBeans()
Register all Mission Control related MBeans/MXBeans with the MBean
server.
|
void |
unregisterMBeans()
Unregister all Mission Control related MBeans/MXBeans from the MBean
server.
|
void registerMBeans()
void unregisterMBeans()
Copyright © 2003, 2016, Oracle and/or its affiliates. All rights reserved.