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