aicas logoJamaica 6.4 release 1

Uses of Interface
java.lang.management.PlatformManagedObject

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

Subinterfaces of PlatformManagedObject in java.util.logging
 interface LoggingMXBean
          The management interface for the logging facility.
 


aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.