Uses of Class
org.jboss.as.naming.deployment.JndiName
-
Packages that use JndiName Package Description org.jboss.as.naming.deployment org.jboss.as.naming.logging -
-
Uses of JndiName in org.jboss.as.naming.deployment
Methods in org.jboss.as.naming.deployment that return JndiName Modifier and Type Method Description JndiNameJndiName. append(String local)Create a new JNDI name by appending a new local entry name to this name.JndiNameJndiName. getParent()Get the parent JNDI name.static JndiNameJndiName. of(String name)Create a new instance of the JndiName by breaking the provided string format into a JndiName parts.Methods in org.jboss.as.naming.deployment with parameters of type JndiName Modifier and Type Method Description intJndiName. compareTo(JndiName other) -
Uses of JndiName in org.jboss.as.naming.logging
Methods in org.jboss.as.naming.logging with parameters of type JndiName Modifier and Type Method Description StringNamingLogger_$logger. duplicateBinding(JndiName jndiName, Object existing, Object value)StringNamingLogger. duplicateBinding(JndiName jndiName, Object existing, Object value)A message indicating duplicate JNDI bindings were found.
-