public enum ClusteringCacheRequirement extends Enum<ClusteringCacheRequirement> implements org.wildfly.clustering.service.DefaultableBinaryRequirement, DefaultableBinaryServiceNameFactoryProvider
| Enum Constant and Description |
|---|
GROUP |
REGISTRY |
REGISTRY_ENTRY |
REGISTRY_FACTORY |
SERVICE_PROVIDER_REGISTRY |
SINGLETON_SERVICE_BUILDER_FACTORY
Deprecated.
|
SINGLETON_SERVICE_CONFIGURATOR_FACTORY |
| Modifier and Type | Method and Description |
|---|---|
org.wildfly.clustering.service.UnaryRequirement |
getDefaultRequirement() |
UnaryServiceNameFactory |
getDefaultServiceNameFactory() |
String |
getName() |
BinaryServiceNameFactory |
getServiceNameFactory() |
static ClusteringCacheRequirement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusteringCacheRequirement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetType, resolvegetServiceName, getServiceNamegetServiceNamepublic static final ClusteringCacheRequirement GROUP
public static final ClusteringCacheRequirement REGISTRY
public static final ClusteringCacheRequirement REGISTRY_ENTRY
public static final ClusteringCacheRequirement REGISTRY_FACTORY
public static final ClusteringCacheRequirement SERVICE_PROVIDER_REGISTRY
@Deprecated public static final ClusteringCacheRequirement SINGLETON_SERVICE_BUILDER_FACTORY
public static final ClusteringCacheRequirement SINGLETON_SERVICE_CONFIGURATOR_FACTORY
public static ClusteringCacheRequirement[] values()
for (ClusteringCacheRequirement c : ClusteringCacheRequirement.values()) System.out.println(c);
public static ClusteringCacheRequirement valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getName()
getName in interface org.wildfly.clustering.service.Requirementpublic org.wildfly.clustering.service.UnaryRequirement getDefaultRequirement()
getDefaultRequirement in interface org.wildfly.clustering.service.DefaultableBinaryRequirementpublic BinaryServiceNameFactory getServiceNameFactory()
getServiceNameFactory in interface BinaryServiceNameFactoryProviderpublic UnaryServiceNameFactory getDefaultServiceNameFactory()
getDefaultServiceNameFactory in interface DefaultableBinaryServiceNameFactoryProviderCopyright © 2022 JBoss by Red Hat. All rights reserved.