com.sun.management |
CTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
This package contains Sun Microsystem's platform extension to
the implementation of the
java.lang.management API and also defines the management
interface for some other components for the platform.
All platform MBeans are registered in the platform MBeanServer
which can be obtained via the
java.lang.management.ManagementFactory.getPlatformMBeanServer
@author Mandy Chung
@version 1.7, 05/05/07
@since 1.5
|
Java Source File Name | Type | Comment |
GarbageCollectorMXBean.java | Interface | Platform-specific management interface for a garbage collector
which performs collections in cycles. |
GcInfo.java | Class | Garbage collection information. |
HotSpotDiagnosticMXBean.java | Interface | Diagnostic management interface for the HotSpot Virtual Machine. |
OperatingSystemMXBean.java | Interface | Platform-specific management interface for the operating system
on which the Java virtual machine is running. |
UnixOperatingSystemMXBean.java | Interface | Platform-specific management interface for the Unix
operating system on which the Java virtual machine is running. |
VMOption.java | Class | Information about a VM option including its value and
where the value came from which is referred as its
VMOption.Origin origin .
Each VM option has a default value. |