|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use java.lang.management | |
|---|---|
| java.lang.management | A series of management beans which provide access to information about the virtual machine and its underlying operating system. |
| Classes in java.lang.management used by java.lang.management | |
|---|---|
| ClassLoadingMXBean
Provides access to information about the class loading behaviour of the current invocation of the virtual machine. |
|
| CompilationMXBean
Provides access to information about the Just-In-Time (JIT) compiler provided by the virtual machine, if one exists. |
|
| GarbageCollectorMXBean
Provides access to information about the garbage collectors of the virtual machine. |
|
| LockInfo
Provides information on a lock held by a thread. |
|
| MemoryManagerMXBean
Provides access to information about the memory managers of the virtual machine. |
|
| MemoryMXBean
Provides access to information about the memory used by the virtual machine. |
|
| MemoryNotificationInfo
Represents the content of a notification emitted by the MemoryMXBean. |
|
| MemoryPoolMXBean
Provides access to information about one of the memory resources or pools used by the virtual machine. |
|
| MemoryType
Enumerates the possible types of memory pools. |
|
| MemoryUsage
Retains information on the usage of a particular memory pool, or heap/non-heap memory as a whole. |
|
| MonitorInfo
Provides information on a monitor lock held by a thread. |
|
| OperatingSystemMXBean
Provides access to information about the underlying operating system. |
|
| RuntimeMXBean
Provides access to information about the underlying virtual machine. |
|
| ThreadInfo
A class which maintains information about a particular thread. |
|
| ThreadMXBean
Provides access to information about the threads of the virtual machine. |
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||