@Exported
See: Description
| Interface | Description |
|---|---|
| GarbageCollectorMXBean |
Platform-specific management interface for a garbage collector
which performs collections in cycles.
|
| 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 | Description |
|---|---|
| GarbageCollectionNotificationInfo |
Information about a garbage collection.
|
| GcInfo |
Garbage collection information.
|
All platform MBeans are registered in the platform MBeanServer which can be obtained via the java.lang.management.ManagementFactory.getPlatformMBeanServer
Copyright © 2003, 2025, Oracle and/or its affiliates. All rights reserved.
DRAFT internal-b00