|
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package | Description |
|---|---|
| java.lang.management | 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. |
| java.nio | Defines buffers, which are containers for data, and provides an overview of the other NIO packages. |
| java.util.logging | Provides the classes and interfaces of the JavaTM 2 platform's core logging facilities. |
| Uses of PlatformManagedObject in java.lang.management |
|---|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClassLoadingMXBean
The management interface for the class loading system of the Java virtual machine. |
interface |
CompilationMXBean
The management interface for the compilation system of the Java virtual machine. |
interface |
GarbageCollectorMXBean
The management interface for the garbage collection of the Java virtual machine. |
interface |
MemoryManagerMXBean
The management interface for a memory manager. |
interface |
MemoryMXBean
The management interface for the memory system of the Java virtual machine. |
interface |
MemoryPoolMXBean
The management interface for a memory pool. |
interface |
OperatingSystemMXBean
The management interface for the operating system on which the Java virtual machine is running. |
interface |
RuntimeMXBean
The management interface for the runtime system of the Java virtual machine. |
interface |
ThreadMXBean
The management interface for the thread system of the Java virtual machine. |
| Modifier and Type | Method and Description | |
|---|---|---|
static
|
ManagementFactory.getPlatformMXBeans(Class<T> mxbeanInterface)
Returns the list of platform MXBeans that implement the given mxbeanInterface in the running Java
virtual machine. |
|
static
|
ManagementFactory.getPlatformMXBeans(MBeanServerConnection connection,
Class<T> mxbeanInterface)
Returns the list of the platform MXBean proxies for forwarding the method calls of the mxbeanInterface
through the given MBeanServerConnection. |
| Modifier and Type | Method and Description |
|---|---|
static List<Class<? extends PlatformManagedObject>> |
ManagementFactory.getAllPlatformMXBeanInterfaces()
Returns a list of Class objects, subinterface of
PlatformManagedObject, representing
all management interfaces for
monitoring and managing the Java platform. |
| Uses of PlatformManagedObject in java.nio |
|---|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BufferPoolMXBean
The management interface for a buffer pool. |
| Uses of PlatformManagedObject in java.util.logging |
|---|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PlatformLoggingMXBean
The platform managed object for the logging facility. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.