Uses of Interface
java.lang.management.PlatformManagedObject
Packages that use PlatformManagedObject
Package
Description
OpenJ9 management extensions to java.lang.management.
OpenJ9 management extensions relating to execution within a Guest
(Virtual Machine (VM)/Logical Partition (LPAR)) on top of a Hypervisor.
Extensions of
java.lang.management.Provides the management interfaces for monitoring and management of the
Java virtual machine and other components in the Java runtime.
This package contains a management interface of the CRaC functionality in the Java virtual machine.
This package contains classes to control and monitor Flight Recorder over Java Management Extensions (JMX).
OpenJ9 management extensions to java.lang.management.
-
Uses of PlatformManagedObject in com.ibm.lang.management
Subinterfaces of PlatformManagedObject in com.ibm.lang.managementModifier and TypeInterfaceDescriptioninterfaceThe OpenJ9 extension interface for managing and monitoring the virtual machine's garbage collection functionality.interfaceThis interface provides APIs to obtain JVM CPU usage information in terms of thread categories.interfaceThe OpenJ9 extension interface for monitoring the virtual machine's memory management system.interfaceThe OpenJ9 interface for managing and monitoring the virtual machine's memory pools.interfaceOpenJ9 platform management extension interface for the Operating System on which the Java Virtual Machine is running.interfaceThe OpenJ9 extension interface for the runtime system of the virtual machine.interfaceThe OpenJ9 extension interface toThreadMXBean.interfaceInterface provides platform-specific management utilities on Unix and Unix-like operating systems. -
Uses of PlatformManagedObject in com.ibm.virtualization.management
Subinterfaces of PlatformManagedObject in com.ibm.virtualization.managementModifier and TypeInterfaceDescriptioninterfaceThis interface provides Processor and Memory usage statistics of the Guest (Virtual Machine(VM)/Logical Partition(LPAR)) as seen by the Hypervisor Host.interfaceThis interface provides information on whether the current Operating System is running directly on physical hardware or running as a Guest (Virtual Machine (VM)/Logical Partition (LPAR)) on a Hypervisor. -
Uses of PlatformManagedObject in com.sun.management
Subinterfaces of PlatformManagedObject in com.sun.managementModifier and TypeInterfaceDescriptioninterfacePlatform-specific management interface for a garbage collector which performs collections in cycles.interfaceDiagnostic management interface for the HotSpot Virtual Machine.interfacePlatform-specific management interface for the operating system on which the Java virtual machine is running.interfacePlatform-specific management interface for the thread system of the Java virtual machine.interfacePlatform-specific management interface for the Unix operating system on which the Java virtual machine is running. -
Uses of PlatformManagedObject in java.lang.management
Subinterfaces of PlatformManagedObject in java.lang.managementModifier and TypeInterfaceDescriptioninterfaceThe interface for the management buffer pool.interfaceThe management and monitoring interface for the virtual machine's class loading functionality.interfaceThe management and monitoring interface for the virtual machine's compilation functionality.interfaceThe interface for managing and monitoring the virtual machine's garbage collection functionality.interfaceThe management and monitoring interface for a virtual machine memory manager.interfaceThe management and monitoring interface for a virtual machine's memory system.interfaceThe management and monitoring interface for a virtual machine memory pool.interfaceThe management and monitoring interface for the operating system where the virtual machine is running.interfaceThe management interface for the logging facility.interfaceThe management and monitoring interface for the runtime system of the virtual machine.interfaceThe management and monitoring interface for the threading system of the virtual machine.Methods in java.lang.management with type parameters of type PlatformManagedObjectModifier and TypeMethodDescriptionstatic <T extends PlatformManagedObject>
TManagementFactory.getPlatformMXBean(Class<T> mxbeanInterface) Returns the platform MXBean implementing the givenmxbeanInterfacewhich is specified to have one single instance in the Java virtual machine.static <T extends PlatformManagedObject>
TManagementFactory.getPlatformMXBean(MBeanServerConnection connection, Class<T> mxbeanInterface) Returns the platform MXBean proxy formxbeanInterfacewhich is specified to have one single instance in a Java virtual machine and the proxy will forward the method calls through the givenMBeanServerConnection.static <T extends PlatformManagedObject>
List<T> ManagementFactory.getPlatformMXBeans(Class<T> mxbeanInterface) Returns the list of platform MXBeans implementing the givenmxbeanInterfacein the 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 themxbeanInterfacethrough the givenMBeanServerConnection.Methods in java.lang.management that return types with arguments of type PlatformManagedObjectModifier and TypeMethodDescriptionstatic Set<Class<? extends PlatformManagedObject>> ManagementFactory.getPlatformManagementInterfaces()Returns the set ofClassobjects, subinterface ofPlatformManagedObject, representing all management interfaces for monitoring and managing the Java platform. -
Uses of PlatformManagedObject in jdk.crac.management
Subinterfaces of PlatformManagedObject in jdk.crac.managementModifier and TypeInterfaceDescriptioninterfaceA management interface of the CRaC functionality in the Java virtual machine. -
Uses of PlatformManagedObject in jdk.management.jfr
Subinterfaces of PlatformManagedObject in jdk.management.jfrModifier and TypeInterfaceDescriptioninterfaceManagement interface for controlling Flight Recorder. -
Uses of PlatformManagedObject in openj9.lang.management
Subinterfaces of PlatformManagedObject in openj9.lang.managementModifier and TypeInterfaceDescriptioninterfaceThis interface provides APIs to dynamically trigger dump agents.