Uses of Enum Class
com.ibm.lang.management.RuntimeMXBean.VMIdleStates
Package
Description
OpenJ9 management extensions to java.lang.management.
-
Uses of RuntimeMXBean.VMIdleStates in com.ibm.lang.management
Modifier and TypeClassDescriptionstatic enum
Defines the different states ofRuntimeMXBean.getVMIdleState()
.Modifier 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
Modifier and TypeMethodDescriptionExtendedRuntimeMXBeanImpl.getVMIdleState()
Returns current JVM Idle state.