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