Enum CommonRequirement

java.lang.Object
java.lang.Enum<CommonRequirement>
org.jboss.as.clustering.controller.CommonRequirement
All Implemented Interfaces:
Serializable, Comparable<CommonRequirement>, 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 Summary

    Enum Constants
    Enum Constant
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns the enum constant of this type with the specified name.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.jboss.as.clustering.controller.ServiceNameFactoryProvider

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