Package | Description |
---|---|
org.jboss.as.clustering.infinispan.subsystem | |
org.jboss.as.naming | |
org.jboss.as.naming.deployment |
Modifier and Type | Method and Description |
---|---|
static JndiName |
InfinispanJndiName.defaultCacheContainerJndiName(String containerName) |
static JndiName |
InfinispanJndiName.defaultCacheJndiName(String containerName,
String cacheName) |
static JndiName |
InfinispanJndiName.toJndiName(String value) |
Modifier and Type | Method and Description |
---|---|
String |
NamingMessages.duplicateBinding(JndiName jndiName,
Object existing,
Object value)
A message indicating duplicate JNDI bindings were found.
|
Modifier and Type | Method and Description |
---|---|
JndiName |
JndiName.append(String local)
Create a new JNDI name by appending a new local entry name to this name.
|
JndiName |
JndiName.getParent()
Get the parent JNDI name.
|
static JndiName |
JndiName.of(String name)
Create a new instance of the JndiName by breaking the provided string format into a JndiName parts.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NamespaceBindings.addBinding(JndiName name,
Object value)
Add a new namespace binding for this deployment.
|
int |
JndiName.compareTo(JndiName other) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.