Uses of Class
com.ibm.lang.management.RuntimeMXBean.VMIdleStates
-
Packages that use RuntimeMXBean.VMIdleStates Package Description com.ibm.lang.management 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.VMIdleStates Modifier and Type Method Description RuntimeMXBean.VMIdleStates
RuntimeMXBean. getVMIdleState()
Returns current JVM Idle state.static RuntimeMXBean.VMIdleStates
RuntimeMXBean.VMIdleStates. valueOf(String name)
Returns the enum constant of this type with the specified name.static RuntimeMXBean.VMIdleStates[]
RuntimeMXBean.VMIdleStates. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-