| Package | Description |
|---|---|
| java.lang.management |
Provides the management interfaces for monitoring and management of the Java virtual machine and other components in the Java runtime.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GarbageCollectorMXBean
The management interface for the garbage collection of the Java virtual machine.
|
| Modifier and Type | Method and Description |
|---|---|
static List |
ManagementFactory.getMemoryManagerMXBeans()
Returns a list of
MemoryManagerMXBean objects in the Java virtual machine.
|