Uses of Enum Class
com.ibm.lang.management.RuntimeMXBean.VMIdleStates
Packages that use RuntimeMXBean.VMIdleStates
Package
Description
OpenJ9 management extensions to java.lang.management.
-
Uses of RuntimeMXBean.VMIdleStates in com.ibm.lang.management
Methods in com.ibm.lang.management that return RuntimeMXBean.VMIdleStatesModifier and TypeMethodDescriptionRuntimeMXBean.getVMIdleState()
Returns current JVM Idle state.static RuntimeMXBean.VMIdleStates
Returns the enum constant of this class with the specified name.static RuntimeMXBean.VMIdleStates[]
RuntimeMXBean.VMIdleStates.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RuntimeMXBean.VMIdleStates in com.ibm.lang.management.internal
Methods in com.ibm.lang.management.internal that return RuntimeMXBean.VMIdleStatesModifier and TypeMethodDescriptionExtendedRuntimeMXBeanImpl.getVMIdleState()
Returns current JVM Idle state.