Module jdk.management
Package com.sun.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
-
ClassDescriptionA
ConcurrentInfo
object represents a concurrent phase within a garbage collection.Management interface for the diagnostic commands for the HotSpot Virtual Machine.The information about a garbage collectionPlatform-specific management interface for a garbage collector which performs collections in cycles.Garbage collection information.Diagnostic management interface for the HotSpot Virtual Machine.Platform-specific management interface for a memory manager of the Java virtual machinePlatform-specific management interface for a garbage collector which performs collections in cycles.Platform-specific management interface for the operating system on which the Java virtual machine is running.APauseInfo
object represents a pause event impacting all threads in a running Java virtual machine.ThePhaseInfo
interface is the common interface ofConcurrentInfo
andPauseInfo
.Platform-specific management interface for the thread system of the Java virtual machine.Platform-specific management interface for the Unix operating system on which the Java virtual machine is running.Information about a VM option including its value and where the value came from which is referred as itsorigin
.Origin of the value of a VM option.