Uses of Interface
java.lang.management.OperatingSystemMXBean
Packages that use OperatingSystemMXBean
Package
Description
OpenJ9 management extensions to java.lang.management.
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.
-
Uses of OperatingSystemMXBean in com.ibm.lang.management
Subinterfaces of OperatingSystemMXBean in com.ibm.lang.managementModifier and TypeInterfaceDescriptioninterface
OpenJ9 platform management extension interface for the Operating System on which the Java Virtual Machine is running.interface
Interface provides platform-specific management utilities on Unix and Unix-like operating systems. -
Uses of OperatingSystemMXBean in com.sun.management
Subinterfaces of OperatingSystemMXBean in com.sun.managementModifier and TypeInterfaceDescriptioninterface
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 OperatingSystemMXBean in java.lang.management
Methods in java.lang.management that return OperatingSystemMXBeanModifier and TypeMethodDescriptionstatic OperatingSystemMXBean
ManagementFactory.getOperatingSystemMXBean()
Returns the managed bean for the operating system on which the Java virtual machine is running.