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.
OpenJ9 management extensions to java.lang.management.
-
Uses of PlatformManagedObject in com.ibm.lang.management
Subinterfaces of PlatformManagedObject in com.ibm.lang.managementModifier and TypeInterfaceDescriptioninterface
The OpenJ9 extension interface for managing and monitoring the virtual machine's garbage collection functionality.interface
This interface provides APIs to obtain JVM CPU usage information in terms of thread categories.interface
The OpenJ9 extension interface for monitoring the virtual machine's memory management system.interface
The OpenJ9 interface for managing and monitoring the virtual machine's memory pools.interface
OpenJ9 platform management extension interface for the Operating System on which the Java Virtual Machine is running.interface
The OpenJ9 extension interface for the runtime system of the virtual machine.interface
The OpenJ9 extension interface toThreadMXBean
.interface
Interface 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 TypeInterfaceDescriptioninterface
This interface provides Processor and Memory usage statistics of the Guest (Virtual Machine(VM)/Logical Partition(LPAR)) as seen by the Hypervisor Host.interface
This 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 top of a Hypervisor. -
Uses of PlatformManagedObject in com.sun.management
Subinterfaces of PlatformManagedObject in com.sun.managementModifier and TypeInterfaceDescriptioninterface
Platform-specific management interface for a garbage collector which performs collections in cycles.interface
Stub to compile OpenJDK diagnostic management, seeopenj9.lang.management
andcom.ibm.lang.management
packages instead.interface
Platform-specific management interface for the operating system on which the Java virtual machine is running.interface
Platform-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 TypeInterfaceDescriptioninterface
The interface for the management buffer pool.interface
The management and monitoring interface for the virtual machine's class loading functionality.interface
The management and monitoring interface for the virtual machine's compilation functionality.interface
The interface for managing and monitoring the virtual machine's garbage collection functionality.interface
The management and monitoring interface for a virtual machine memory manager.interface
The management and monitoring interface for a virtual machine's memory system.interface
The management and monitoring interface for a virtual machine memory pool.interface
The management and monitoring interface for the operating system where the virtual machine is running.interface
The management interface for the logging facility.interface
The management and monitoring interface for the runtime system of the virtual machine.interface
The 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 givenmxbeanInterface
which 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 formxbeanInterface
which 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 givenmxbeanInterface
in 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 themxbeanInterface
through 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 ofClass
objects, subinterface ofPlatformManagedObject
, representing all management interfaces for monitoring and managing the Java platform. -
Uses of PlatformManagedObject in openj9.lang.management
Subinterfaces of PlatformManagedObject in openj9.lang.managementModifier and TypeInterfaceDescriptioninterface
This interface provides APIs to dynamically trigger dump agents.