| Home >> All >> org >> apache >> naming >> modules >> [ java Javadoc ] |
org.apache.naming.modules.java: Javadoc index of package org.apache.naming.modules.java.
Package Samples:
org.apache.naming.modules.java
Classes:
javaURLContextFactory: Context factory for the "java:" namespace. Important note : This factory MUST be associated with the "java" URL prefix, which can be done by either : Adding a java.naming.factory.url.pkgs=org.apache.naming property to the JNDI properties file Setting an environment variable named Context.URL_PKG_PREFIXES with its value including the org.apache.naming package name. More detail about this can be found in the JNDI documentation : NamingManager.getURLContext(java.lang.String, java.util.Hashtable) > NamingManager.getURLContext(java.lang.String, java.util.Hashtable) 55 .
ContextBindings: Handles the associations : Catalina context name with the NamingContext Calling thread with the NamingContext
SelectorContext: Per thread context, implementing java: like contexts.
| Home | Contact Us | Privacy Policy | Terms of Service |