Module jdk.management
Package com.sun.management
This package contains the JDK's extension to
the standard implementation of the
java.lang.management
API and also defines the management
interface for some other components of the platform.
All platform MBeans are registered in the platform MBeanServer
which can be obtained via the
ManagementFactory.getPlatformMBeanServer()
- Since:
- 1.5
-
Interface Summary Interface Description GarbageCollectorMXBean Platform-specific management interface for a garbage collector which performs collections in cycles.HotSpotDiagnosticMXBean Stub class to compile OpenJDK diagnostic management, see openj9.lang.management and com.ibm.lang.management packages instead.OperatingSystemMXBean Platform-specific management interface for the operating system on which the Java virtual machine is running.UnixOperatingSystemMXBean Platform-specific management interface for the Unix operating system on which the Java virtual machine is running. -
Class Summary Class Description GarbageCollectionNotificationInfo Information about a garbage collection.GcInfo Garbage collection information.