| 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.
|
| Class and Description |
|---|
| ClassLoadingMXBean
The management and monitoring interface for the virtual machine's class
loading functionality.
|
| CompilationMXBean
The management and monitoring interface for the virtual machine's compilation
functionality.
|
| GarbageCollectorMXBean
The interface for managing and monitoring the virtual machine's garbage
collection functionality.
|
| LockInfo
This class represents information about locked objects.
|
| MemoryManagerMXBean
The management and monitoring interface for a virtual machine memory manager.
|
| MemoryMXBean
The management and monitoring interface for a virtual machine's memory
system.
|
| MemoryNotificationInfo
Encapsulates the details of a memory notification emitted by a
MemoryMXBean when a memory pool exceeds a
threshold value. |
| MemoryPoolMXBean
The management and monitoring interface for a virtual machine memory pool.
|
| MemoryType
Distinguishes various kinds of memory used by the virtual machine.
|
| MemoryUsage
Represents the memory usage of either a memory pool or the heap and non-heap
memory areas of the virtual machine.
|
| MonitorInfo
This class represents information about objects locked via
a synchronized method or block.
|
| OperatingSystemMXBean
The management and monitoring interface for the operating system where the
virtual machine is running.
|
| PlatformManagedObject
A platform managed object is a JMX MXBean
for monitoring and managing a component in the Java platform.
|
| RuntimeMXBean
The management and monitoring interface for the runtime system of the virtual
machine.
|
| ThreadInfo
Information about a snapshot of the state of a thread.
|
| ThreadMXBean
The management and monitoring interface for the threading system of the
virtual machine.
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2025, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
DRAFT internal-b00