public enum CacheGroupServiceName extends Enum<CacheGroupServiceName> implements SubGroupServiceNameFactory
ServiceName
factories for cache-based services.Enum Constant and Description |
---|
GROUP |
NODE_FACTORY |
REGISTRY |
REGISTRY_ENTRY |
REGISTRY_FACTORY |
SERVICE_PROVIDER_REGISTRY |
DEFAULT_SUB_GROUP
DEFAULT_GROUP
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.service.ServiceName |
getServiceName(String group) |
static CacheGroupServiceName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheGroupServiceName[] |
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 CacheGroupServiceName NODE_FACTORY
public static final CacheGroupServiceName GROUP
public static final CacheGroupServiceName REGISTRY
public static final CacheGroupServiceName REGISTRY_ENTRY
public static final CacheGroupServiceName REGISTRY_FACTORY
public static final CacheGroupServiceName SERVICE_PROVIDER_REGISTRY
public static CacheGroupServiceName[] values()
for (CacheGroupServiceName c : CacheGroupServiceName.values()) System.out.println(c);
public static CacheGroupServiceName 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(String group)
getServiceName
in interface GroupServiceNameFactory
Copyright © 2016 JBoss by Red Hat. All rights reserved.