A Java virtual machine has one or more memory managers. An instance implementing this interface is an MXBean that can be obtained by calling the {@link ManagementFactory#getMemoryManagerMXBeans} method orfrom the {@link ManagementFactory#getPlatformMBeanServer platform MBeanServer} method.
The ObjectName for uniquely identifying the MXBean for a memory manager within an MBeanServer is:
{@link ManagementFactory#MEMORY_MANAGER_MXBEAN_DOMAIN_TYPE java.lang:type=MemoryManager},name=manager's name@see MemoryMXBean @see JMX Specification. @see Ways to Access MXBeans @author Mandy Chung @version 1.11, 11/17/05 @since 1.5
|
|
|
|