Skip Headers
Previous
Previous
 
Next
Next

Platform MBeans

The Java platform provides a set of platform MBeans for monitoring and managing the Java Virtual Machine and the logging facility. Table: MBeans Included in Java Mission Control describes the MBeans included in this release:

MBeans Included in Java Mission Control

Platform MBean Description

java.lang.management.ClassLoadingMXBean

Class loading system of the Java Virtual Machine.

java.lang.management.CompilationMXBean

Compilation system of the Java Virtual Machine.

java.lang.management.MemoryMXBean

Memory system of the Java Virtual Machine.

java.lang.management.MemoryManagerMXBean

Class memory manager in the Java Virtual Machine.

java.lang.management.MemoryPoolMXBean

Memory pools in the Java Virtual Machine.

java.lang.management.GarbageCollectorMXBean

Garbage collector in the Java Virtual Machine.

java.lang.management.ThreadMXBean

Thread system of the Java Virtual Machine.

java.lang.management.RuntimeMXBean

Runtime system of the Java Virtual Machine.

java.lang.management.OperatingSystemMXBean

Operating system on which the Java Virtual Machine is running.

java.util.logging.LoggingMXBean

Logging facility.