public enum CacheContainerComponent extends Enum<CacheContainerComponent> implements GroupServiceNameFactory
DEFAULT_GROUP
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.service.ServiceName |
getServiceName(String container) |
static CacheContainerComponent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheContainerComponent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CacheContainerComponent SITE
public static final CacheContainerComponent TRANSPORT
public static CacheContainerComponent[] values()
for (CacheContainerComponent c : CacheContainerComponent.values()) System.out.println(c);
public static CacheContainerComponent 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 container)
getServiceName
in interface GroupServiceNameFactory
Copyright © 2016 JBoss by Red Hat. All rights reserved.