public enum RemoteCacheContainerComponent extends Enum<RemoteCacheContainerComponent> implements org.jboss.as.clustering.controller.ResourceServiceNameFactory
| Enum Constant and Description |
|---|
CONNECTION_POOL |
MODULE |
SECURITY |
TRANSACTION |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.ServiceName |
getServiceName(org.jboss.as.controller.PathAddress remoteContainerAddress) |
static RemoteCacheContainerComponent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteCacheContainerComponent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoteCacheContainerComponent CONNECTION_POOL
public static final RemoteCacheContainerComponent MODULE
public static final RemoteCacheContainerComponent SECURITY
public static final RemoteCacheContainerComponent TRANSACTION
public static RemoteCacheContainerComponent[] values()
for (RemoteCacheContainerComponent c : RemoteCacheContainerComponent.values()) System.out.println(c);
public static RemoteCacheContainerComponent 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(org.jboss.as.controller.PathAddress remoteContainerAddress)
getServiceName in interface org.jboss.as.clustering.controller.ResourceServiceNameFactoryCopyright © 2020 JBoss by Red Hat. All rights reserved.