Enum Class SystemStatus

java.lang.Object
java.lang.Enum<SystemStatus>
de.hybris.platform.core.suspend.SystemStatus
All Implemented Interfaces:
Serializable, Comparable<SystemStatus>, Constable

public enum SystemStatus extends Enum<SystemStatus>
  • Enum Constant Details

    • RUNNING

      public static final SystemStatus RUNNING
    • WAITING_FOR_UPDATE

      public static final SystemStatus WAITING_FOR_UPDATE
    • WAITING_FOR_SUSPEND

      public static final SystemStatus WAITING_FOR_SUSPEND
    • SUSPENDED

      public static final SystemStatus SUSPENDED
  • Method Details

    • values

      public static SystemStatus[] 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 SystemStatus 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
    • isRunningOrWaitingForUpdate

      public boolean isRunningOrWaitingForUpdate()