Enum Class 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
-
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.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 CommonUnaryRequirementDeprecated, 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 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.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface org.wildfly.clustering.service.UnaryRequirement
resolveMethods inherited from interface org.jboss.as.clustering.controller.UnaryServiceNameFactory
getServiceNameMethods inherited from interface org.jboss.as.clustering.controller.UnaryServiceNameFactoryProvider
getServiceName, getServiceName
-
Enum Constant Details
-
CREDENTIAL_STORE
Deprecated, for removal: This API element is subject to removal in a future version. -
DATA_SOURCE
Deprecated, for removal: This API element is subject to removal in a future version. -
KEY_STORE
Deprecated, for removal: This API element is subject to removal in a future version. -
OUTBOUND_SOCKET_BINDING
Deprecated, for removal: This API element is subject to removal in a future version. -
PATH
Deprecated, for removal: This API element is subject to removal in a future version. -
SOCKET_BINDING
Deprecated, for removal: This API element is subject to removal in a future version. -
SSL_CONTEXT
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 interfaceUnaryServiceNameFactoryProvider
-
CommonServiceDescriptor.