public enum CacheGroupServiceName extends Enum<CacheGroupServiceName> implements CacheGroupServiceNameFactory
ServiceName factories for cache-based services.| Enum Constant and Description |
|---|
GROUP |
NODE_FACTORY |
REGISTRY |
REGISTRY_ENTRY |
REGISTRY_FACTORY |
SERVICE_PROVIDER_REGISTRATION |
SINGLETON_SERVICE_BUILDER |
DEFAULT_CACHEBASE_NAME, BASE_SERVICE_NAME| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.ServiceName |
getServiceName(String group)
Returns an appropriate
ServiceName for the specified 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, valueOfgetServiceNamepublic 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_REGISTRATION
public static final CacheGroupServiceName SINGLETON_SERVICE_BUILDER
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)
GroupServiceNameFactoryServiceName for the specified group.getServiceName in interface GroupServiceNameFactorygroup - group nameCopyright © 2015 JBoss by Red Hat. All rights reserved.