Enum Class SubSystem

java.lang.Object
java.lang.Enum<SubSystem>
org.eblocker.server.common.data.systemstatus.SubSystem
All Implemented Interfaces:
Serializable, Comparable<SubSystem>, java.lang.constant.Constable

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

    • HTTP_SERVER

      public static final SubSystem HTTP_SERVER
    • DATABASE_CLIENT

      public static final SubSystem DATABASE_CLIENT
    • EVENT_LISTENER

      public static final SubSystem EVENT_LISTENER
    • BACKGROUND_TASKS

      public static final SubSystem BACKGROUND_TASKS
    • ICAP_SERVER

      public static final SubSystem ICAP_SERVER
    • NETWORK_STATE_MACHINE

      public static final SubSystem NETWORK_STATE_MACHINE
    • HTTPS_SERVER

      public static final SubSystem HTTPS_SERVER
    • SERVICES

      public static final SubSystem SERVICES
    • REST_SERVER

      public static final SubSystem REST_SERVER
    • EBLOCKER_CORE

      public static final SubSystem EBLOCKER_CORE
  • Method Details

    • values

      public static SubSystem[] 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 SubSystem 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
    • getOrder

      public int getOrder()