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