API Overview API Index Direct link to this page
JDK 1.6
  Package: java.lang.management
Author(s)
Mandy Chung
Since
1.5
Version
1.14, 03/03/06
Serial
Description
  Provides the management interface for monitoring and management of the Java virtual machine as well as the operating system on which the Java virtual machine is running.
See also:    JMX Specification.
ClassLoadingMXBean View Source The management interface for the class loading system of the Java virtual machine.
CompilationMXBean View Source The management interface for the compilation system of the Java virtual machine.
GarbageCollectorMXBean View Source The management interface for the garbage collection of the Java virtual machine.
LockInfo View Source Information about a lock.
ManagementFactory View Source The ManagementFactory class is a factory class for getting managed beans for the Java platform.
ManagementPermission View Source The permission which the SecurityManager will check when code that is running with a SecurityManager calls methods defined in the management interface for the Java platform.
MemoryManagerMXBean View Source The management interface for a memory manager.
MemoryMXBean View Source The management interface for the memory system of the Java virtual machine.
MemoryNotificationInfo View Source The information about a memory notification.
MemoryPoolMXBean View Source The management interface for a memory pool.
MemoryType View Source Types of memory pools.
MemoryUsage View Source A MemoryUsage object represents a snapshot of memory usage.
MonitorInfo View Source Information about an object monitor lock.
OperatingSystemMXBean View Source The management interface for the operating system on which the Java virtual machine is running.
RuntimeMXBean View Source The management interface for the runtime system of the Java virtual machine.
ThreadInfo View Source Thread information.
ThreadMXBean View Source The management interface for the thread system of the Java virtual machine.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar