Spec-Zone .ru
спецификации, руководства, описания, API
Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Uses of Interface
java.lang.management.PlatformManagedObject

Packages that use PlatformManagedObject
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
 

Subinterfaces 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.
 

Methods in java.lang.management with type parameters of type PlatformManagedObject
Modifier and Type Method and Description
static
<T extends PlatformManagedObject>
List<T>
ManagementFactory.getPlatformMXBeans(Class<T> mxbeanInterface)
          Returns the list of platform MXBeans that implement the given mxbeanInterface in the running Java virtual machine.
static
<T extends PlatformManagedObject>
List<T>
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.
 

Methods in java.lang.management that return types with arguments of type PlatformManagedObject
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
 

Subinterfaces 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
 

Subinterfaces 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

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, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.