Enum Class CommonUnaryRequirement

java.lang.Object
java.lang.Enum<CommonUnaryRequirement>
org.jboss.as.clustering.controller.CommonUnaryRequirement
All Implemented Interfaces:
Serializable, Comparable<CommonUnaryRequirement>, Constable, UnaryServiceNameFactory, UnaryServiceNameFactoryProvider, Requirement, UnaryRequirement

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

    • CREDENTIAL_STORE

      public static final CommonUnaryRequirement CREDENTIAL_STORE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • DATA_SOURCE

      public static final CommonUnaryRequirement DATA_SOURCE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • KEY_STORE

      public static final CommonUnaryRequirement KEY_STORE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • OUTBOUND_SOCKET_BINDING

      public static final CommonUnaryRequirement OUTBOUND_SOCKET_BINDING
      Deprecated, for removal: This API element is subject to removal in a future version.
    • PATH

      public static final CommonUnaryRequirement PATH
      Deprecated, for removal: This API element is subject to removal in a future version.
    • SOCKET_BINDING

      public static final CommonUnaryRequirement SOCKET_BINDING
      Deprecated, for removal: This API element is subject to removal in a future version.
    • SSL_CONTEXT

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

    • values

      public static CommonUnaryRequirement[] 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 CommonUnaryRequirement 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 UnaryServiceNameFactory getServiceNameFactory()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getServiceNameFactory in interface UnaryServiceNameFactoryProvider