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