public enum UndertowRequirement extends Enum<UndertowRequirement> implements org.wildfly.clustering.service.Requirement, org.jboss.as.clustering.controller.ServiceNameFactoryProvider
| Enum Constant and Description |
|---|
UNDERTOW |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
org.jboss.as.clustering.controller.ServiceNameFactory |
getServiceNameFactory() |
Class<?> |
getType() |
static UndertowRequirement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UndertowRequirement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UndertowRequirement UNDERTOW
public static UndertowRequirement[] values()
for (UndertowRequirement c : UndertowRequirement.values()) System.out.println(c);
public static UndertowRequirement 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 org.jboss.as.clustering.controller.ServiceNameFactory getServiceNameFactory()
getServiceNameFactory in interface org.jboss.as.clustering.controller.ServiceNameFactoryProviderCopyright © 2022 JBoss by Red Hat. All rights reserved.