Package | Description |
---|---|
org.jboss.as.clustering.naming | |
org.jboss.as.naming.deployment | |
org.jboss.as.naming.logging |
Modifier and Type | Method and Description |
---|---|
static JndiName |
JndiNameFactory.createJndiName(String namespace,
String... contexts) |
static JndiName |
JndiNameFactory.parse(String value) |
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) |
Modifier and Type | Method and Description |
---|---|
String |
NamingLogger.duplicateBinding(JndiName jndiName,
Object existing,
Object value)
A message indicating duplicate JNDI bindings were found.
|
String |
NamingLogger_$logger.duplicateBinding(JndiName jndiName,
Object existing,
Object value) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.