Enum Class 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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated, 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 TypeMethodDescriptiongetName()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.Class<?>getType()Deprecated, for removal: This API element is subject to removal in a future version.static CommonRequirementDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.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.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface org.jboss.as.clustering.controller.ServiceNameFactoryProvider
getServiceName, getServiceName
-
Enum Constant Details
-
ELYTRON
Deprecated, for removal: This API element is subject to removal in a future version. -
MBEAN_SERVER
Deprecated, for removal: This API element is subject to removal in a future version. -
NAMING_STORE
Deprecated, for removal: This API element is subject to removal in a future version. -
PATH_MANAGER
Deprecated, for removal: This API element is subject to removal in a future version. -
SOCKET_BINDING_MANAGER
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-
getName
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getNamein interfaceRequirement
-
getType
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getTypein interfaceRequirement
-
getServiceNameFactory
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getServiceNameFactoryin interfaceServiceNameFactoryProvider
-
CommonServiceDescriptor.