Uses of Class
org.jboss.as.naming.deployment.ContextNames.BindInfo
-
Packages that use ContextNames.BindInfo Package Description org.jboss.as.naming.deployment -
-
Uses of ContextNames.BindInfo in org.jboss.as.naming.deployment
Methods in org.jboss.as.naming.deployment that return ContextNames.BindInfo Modifier and Type Method Description static ContextNames.BindInfoContextNames. bindInfoFor(String jndiName)Get the service name of a NamingStorestatic ContextNames.BindInfoContextNames. bindInfoFor(String app, String module, String comp, String context)Get the service name of a context, ornullif there is no service mapping for the context name.static ContextNames.BindInfoContextNames. bindInfoForEnvEntry(String app, String module, String comp, boolean useCompNamespace, String envEntryName)Get the service name of an environment entry
-