Enum Class ProcessEnvironment.ProcessType

java.lang.Object
java.lang.Enum<ProcessEnvironment.ProcessType>
org.glassfish.api.admin.ProcessEnvironment.ProcessType
All Implemented Interfaces:
Serializable, Comparable<ProcessEnvironment.ProcessType>, java.lang.constant.Constable
Enclosing class:
ProcessEnvironment

public static enum ProcessEnvironment.ProcessType extends Enum<ProcessEnvironment.ProcessType>
Enumeration of the supported process types Server is the application server ACC is the application client Other is a standalone java.
  • Enum Constant Details

  • Method Details

    • values

      public static ProcessEnvironment.ProcessType[] 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 ProcessEnvironment.ProcessType 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
    • isServer

      public boolean isServer()
    • isStandaloneServer

      public boolean isStandaloneServer()
    • isEmbedded

      public boolean isEmbedded()