public enum InfinispanCacheRequirement extends Enum<InfinispanCacheRequirement> implements org.wildfly.clustering.service.DefaultableBinaryRequirement, DefaultableBinaryServiceNameFactoryProvider
| Enum Constant and Description |
|---|
CACHE |
CONFIGURATION |
| Modifier and Type | Method and Description |
|---|---|
org.wildfly.clustering.service.UnaryRequirement |
getDefaultRequirement() |
UnaryServiceNameFactory |
getDefaultServiceNameFactory() |
String |
getName() |
BinaryServiceNameFactory |
getServiceNameFactory() |
static InfinispanCacheRequirement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfinispanCacheRequirement[] |
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, getServiceNamepublic static final InfinispanCacheRequirement CACHE
public static final InfinispanCacheRequirement CONFIGURATION
public static InfinispanCacheRequirement[] values()
for (InfinispanCacheRequirement c : InfinispanCacheRequirement.values()) System.out.println(c);
public static InfinispanCacheRequirement 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 © 2018 JBoss by Red Hat. All rights reserved.