public enum InfinispanClientRequirement extends Enum<InfinispanClientRequirement> implements org.wildfly.clustering.service.UnaryRequirement, UnaryServiceNameFactoryProvider
| Enum Constant and Description |
|---|
REMOTE_CONTAINER |
REMOTE_CONTAINER_CONFIGURATION |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
UnaryServiceNameFactory |
getServiceNameFactory() |
Class<?> |
getType() |
static InfinispanClientRequirement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfinispanClientRequirement[] |
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, valueOfresolvegetServiceName, getServiceNamegetServiceNamepublic static final InfinispanClientRequirement REMOTE_CONTAINER
public static final InfinispanClientRequirement REMOTE_CONTAINER_CONFIGURATION
public static InfinispanClientRequirement[] values()
for (InfinispanClientRequirement c : InfinispanClientRequirement.values()) System.out.println(c);
public static InfinispanClientRequirement 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 Class<?> getType()
getType in interface org.wildfly.clustering.service.Requirementpublic UnaryServiceNameFactory getServiceNameFactory()
getServiceNameFactory in interface UnaryServiceNameFactoryProviderCopyright © 2022 JBoss by Red Hat. All rights reserved.