public enum GroupServiceName extends Enum<GroupServiceName> implements GroupServiceNameFactory
ServiceName
factories for group-based services.Enum Constant and Description |
---|
COMMAND_DISPATCHER |
GROUP |
NODE_FACTORY |
Modifier and Type | Field and Description |
---|---|
static String |
BASE_NAME |
DEFAULT_GROUP
Modifier and Type | Method and Description |
---|---|
static GroupServiceName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GroupServiceName[] |
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, valueOf
getServiceName
public static final GroupServiceName COMMAND_DISPATCHER
public static final GroupServiceName NODE_FACTORY
public static final GroupServiceName GROUP
public static final String BASE_NAME
public static GroupServiceName[] values()
for (GroupServiceName c : GroupServiceName.values()) System.out.println(c);
public static GroupServiceName 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 nullCopyright © 2017 JBoss by Red Hat. All rights reserved.