Enum Class CommonRequirement

java.lang.Object
java.lang.Enum<CommonRequirement>
org.jboss.as.clustering.controller.CommonRequirement
All Implemented Interfaces:
Serializable, Comparable<CommonRequirement>, Constable, ServiceNameFactory, ServiceNameFactoryProvider, Requirement

@Deprecated(forRemoval=true) public enum CommonRequirement extends Enum<CommonRequirement> implements Requirement, ServiceNameFactoryProvider
Deprecated, for removal: This API element is subject to removal in a future version.
Enumerates common requirements for clustering resources.
Author:
Paul Ferraro
  • Enum Constant Details

    • ELYTRON

      public static final CommonRequirement ELYTRON
      Deprecated, for removal: This API element is subject to removal in a future version.
    • MBEAN_SERVER

      public static final CommonRequirement MBEAN_SERVER
      Deprecated, for removal: This API element is subject to removal in a future version.
    • NAMING_STORE

      public static final CommonRequirement NAMING_STORE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • PATH_MANAGER

      public static final CommonRequirement PATH_MANAGER
      Deprecated, for removal: This API element is subject to removal in a future version.
    • SOCKET_BINDING_MANAGER

      public static final CommonRequirement SOCKET_BINDING_MANAGER
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • values

      public static CommonRequirement[] values()
      Deprecated, for removal: This API element is subject to removal in a future version.
      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 CommonRequirement valueOf(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
      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
    • getName

      public String getName()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getName in interface Requirement
    • getType

      public Class<?> getType()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getType in interface Requirement
    • getServiceNameFactory

      public ServiceNameFactory getServiceNameFactory()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getServiceNameFactory in interface ServiceNameFactoryProvider