public enum ProtocolStackServiceName extends Enum<ProtocolStackServiceName> implements ProtocolStackServiceNameFactory
Enum Constant and Description |
---|
CHANNEL_FACTORY |
DEFAULT_GROUP
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.service.ServiceName |
getServiceName()
Returns an appropriate service name for the stack of the default channel
|
static ProtocolStackServiceName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolStackServiceName[] |
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 ProtocolStackServiceName CHANNEL_FACTORY
public static ProtocolStackServiceName[] values()
for (ProtocolStackServiceName c : ProtocolStackServiceName.values()) System.out.println(c);
public static ProtocolStackServiceName 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 org.jboss.msc.service.ServiceName getServiceName()
ProtocolStackServiceNameFactory
getServiceName
in interface ProtocolStackServiceNameFactory
ServiceName
for the stack of the default channelCopyright © 2018 JBoss by Red Hat. All rights reserved.