public enum ClusteringDefaultRequirement extends Enum<ClusteringDefaultRequirement> implements org.wildfly.clustering.service.Requirement, ServiceNameFactoryProvider
| Enum Constant and Description |
|---|
COMMAND_DISPATCHER_FACTORY |
GROUP |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
ServiceNameFactory |
getServiceNameFactory() |
Class<?> |
getType() |
static ClusteringDefaultRequirement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusteringDefaultRequirement[] |
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, valueOfgetServiceName, getServiceNamepublic static final ClusteringDefaultRequirement COMMAND_DISPATCHER_FACTORY
public static final ClusteringDefaultRequirement GROUP
public static ClusteringDefaultRequirement[] values()
for (ClusteringDefaultRequirement c : ClusteringDefaultRequirement.values()) System.out.println(c);
public static ClusteringDefaultRequirement 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 ServiceNameFactory getServiceNameFactory()
getServiceNameFactory in interface ServiceNameFactoryProviderCopyright © 2022 JBoss by Red Hat. All rights reserved.