public enum CacheJndiNameFactory extends Enum<CacheJndiNameFactory> implements BiFunction<String,String,org.jboss.as.naming.deployment.JndiName>
| Enum Constant and Description |
|---|
REGISTRY_FACTORY |
SERVICE_PROVIDER_REGISTRY |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.as.naming.deployment.JndiName |
apply(String containerName,
String cacheName) |
static CacheJndiNameFactory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheJndiNameFactory[] |
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, valueOfandThenpublic static final CacheJndiNameFactory REGISTRY_FACTORY
public static final CacheJndiNameFactory SERVICE_PROVIDER_REGISTRY
public static CacheJndiNameFactory[] values()
for (CacheJndiNameFactory c : CacheJndiNameFactory.values()) System.out.println(c);
public static CacheJndiNameFactory 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 nullCopyright © 2020 JBoss by Red Hat. All rights reserved.