Enum ImmediateController.ImmediateServiceState

java.lang.Object
java.lang.Enum<ImmediateController.ImmediateServiceState>
org.glassfish.hk2.api.ImmediateController.ImmediateServiceState
All Implemented Interfaces:
Serializable, Comparable<ImmediateController.ImmediateServiceState>
Enclosing interface:
ImmediateController

public static enum ImmediateController.ImmediateServiceState extends Enum<ImmediateController.ImmediateServiceState>
  • Enum Constant Details

    • SUSPENDED

      public static final ImmediateController.ImmediateServiceState SUSPENDED
      The system will not create new Immediate services when in SUSPENDED state. Suspended state does not imply that Immediate services will be shutdown, but rather that any new Immediate services that come along will not be started
    • RUNNING

      public static final ImmediateController.ImmediateServiceState RUNNING
      The system will create new Immediate services as soon as they are found
  • Constructor Details

    • ImmediateServiceState

      private ImmediateServiceState()
  • Method Details

    • values

      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ImmediateController.ImmediateServiceState valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null