Enum Class RuntimeMXBean.VMIdleStates

java.lang.Object
java.lang.Enum<RuntimeMXBean.VMIdleStates>
com.ibm.lang.management.RuntimeMXBean.VMIdleStates
All Implemented Interfaces:
Serializable, Comparable<RuntimeMXBean.VMIdleStates>, Constable
Enclosing interface:
RuntimeMXBean

public static enum RuntimeMXBean.VMIdleStates extends Enum<RuntimeMXBean.VMIdleStates>
Defines the different states of RuntimeMXBean.getVMIdleState().
  • Enum Constant Details

  • Method Details

    • values

      public static RuntimeMXBean.VMIdleStates[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static RuntimeMXBean.VMIdleStates valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • idleStateValue

      public int idleStateValue()
    • idleStateName

      public String idleStateName()