Enum Class SystemState

java.lang.Object
java.lang.Enum<SystemState>
net.bluemind.system.api.SystemState
All Implemented Interfaces:
Serializable, Comparable<SystemState>, Constable

public enum SystemState extends Enum<SystemState>
  • Enum Constant Details Link icon

    • CORE_STATE_STARTING Link icon

      public static final SystemState CORE_STATE_STARTING
    • CORE_STATE_RUNNING Link icon

      public static final SystemState CORE_STATE_RUNNING
    • CORE_STATE_MAINTENANCE Link icon

      public static final SystemState CORE_STATE_MAINTENANCE
    • CORE_STATE_DEMOTED Link icon

      public static final SystemState CORE_STATE_DEMOTED
    • CORE_STATE_NOT_INSTALLED Link icon

      public static final SystemState CORE_STATE_NOT_INSTALLED
    • CORE_STATE_UPGRADE Link icon

      public static final SystemState CORE_STATE_UPGRADE
    • CORE_STATE_CLONING Link icon

      public static final SystemState CORE_STATE_CLONING
    • CORE_STATE_STOPPING Link icon

      public static final SystemState CORE_STATE_STOPPING
    • CORE_STATE_UNKNOWN Link icon

      public static final SystemState CORE_STATE_UNKNOWN
  • Field Details Link icon

  • Method Details Link icon

    • values Link icon

      public static SystemState[] 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 Link icon

      public static SystemState 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
    • operation Link icon

      public String operation()
    • fromOperation Link icon

      public static SystemState fromOperation(String op)