|
|||||||||
| Home >> All >> org >> apache >> naming >> modules >> [ java overview ] | PREV NEXT | ||||||||
A
- addToEnvironment(String, Object) - Method in class org.apache.naming.modules.java.SelectorContext
- Adds a new environment property to the environment of this context.
B
- bind(Name, Object) - Method in class org.apache.naming.modules.java.SelectorContext
- Binds a name to an object.
- bind(String, Object) - Method in class org.apache.naming.modules.java.SelectorContext
- Binds a name to an object.
- bindClassLoader(Object) - Static method in class org.apache.naming.modules.java.ContextBindings
- Binds a naming context to a class loader.
- bindClassLoader(Object, Object) - Static method in class org.apache.naming.modules.java.ContextBindings
- Binds a naming context to a thread.
- bindClassLoader(Object, Object, ClassLoader) - Static method in class org.apache.naming.modules.java.ContextBindings
- Binds a naming context to a thread.
- bindContext(Object, Context) - Static method in class org.apache.naming.modules.java.ContextBindings
- Binds a context name.
- bindContext(Object, Context, Object) - Static method in class org.apache.naming.modules.java.ContextBindings
- Binds a context name.
- bindThread(Object) - Static method in class org.apache.naming.modules.java.ContextBindings
- Binds a naming context to a thread.
- bindThread(Object, Object) - Static method in class org.apache.naming.modules.java.ContextBindings
- Binds a naming context to a thread.
C
- ContextBindings - class org.apache.naming.modules.java.ContextBindings.
- Handles the associations : Catalina context name with the NamingContext Calling thread with the NamingContext
- ContextBindings() - Constructor for class org.apache.naming.modules.java.ContextBindings
- clBindings - Static variable in class org.apache.naming.modules.java.ContextBindings
- Bindings class loader - naming context.
- clNameBindings - Static variable in class org.apache.naming.modules.java.ContextBindings
- Bindings class loader - name.
- close() - Method in class org.apache.naming.modules.java.SelectorContext
- Closes this context.
- composeName(Name, Name) - Method in class org.apache.naming.modules.java.SelectorContext
- Composes the name of this context with a name relative to this context.
- composeName(String, String) - Method in class org.apache.naming.modules.java.SelectorContext
- Composes the name of this context with a name relative to this context.
- contextNameBindings - Static variable in class org.apache.naming.modules.java.ContextBindings
- Bindings name - naming context.
- createSubcontext(Name) - Method in class org.apache.naming.modules.java.SelectorContext
- Creates and binds a new context.
- createSubcontext(String) - Method in class org.apache.naming.modules.java.SelectorContext
- Creates and binds a new context.
D
- destroySubcontext(Name) - Method in class org.apache.naming.modules.java.SelectorContext
- Destroys the named context and removes it from the namespace.
- destroySubcontext(String) - Method in class org.apache.naming.modules.java.SelectorContext
- Destroys the named context and removes it from the namespace.
E
- env - Variable in class org.apache.naming.modules.java.SelectorContext
- Environment.
G
- getBoundContext() - Method in class org.apache.naming.modules.java.SelectorContext
- Get the bound context.
- getClassLoader() - Static method in class org.apache.naming.modules.java.ContextBindings
- Retrieves the naming context bound to a class loader.
- getClassLoaderName() - Static method in class org.apache.naming.modules.java.ContextBindings
- Retrieves the naming context name bound to a class loader.
- getContext(Object) - Static method in class org.apache.naming.modules.java.ContextBindings
- Retrieve a naming context.
- getEnvironment() - Method in class org.apache.naming.modules.java.SelectorContext
- Retrieves the environment in effect for this context.
- getInitialContext(Hashtable) - Method in class org.apache.naming.modules.java.javaURLContextFactory
- Get a new (writable) initial context.
- getNameInNamespace() - Method in class org.apache.naming.modules.java.SelectorContext
- Retrieves the full name of this context within its own namespace.
- getNameParser(Name) - Method in class org.apache.naming.modules.java.SelectorContext
- Retrieves the parser associated with the named context.
- getNameParser(String) - Method in class org.apache.naming.modules.java.SelectorContext
- Retrieves the parser associated with the named context.
- getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.modules.java.javaURLContextFactory
- Crete a new Context's instance.
- getThread() - Static method in class org.apache.naming.modules.java.ContextBindings
- Retrieves the naming context bound to a thread.
- getThreadName() - Static method in class org.apache.naming.modules.java.ContextBindings
- Retrieves the naming context name bound to a thread.
I
- IC_PREFIX - Static variable in class org.apache.naming.modules.java.SelectorContext
- Initial context prefix.
- initialContext - Variable in class org.apache.naming.modules.java.SelectorContext
- Request for an initial context.
- initialContext - Static variable in class org.apache.naming.modules.java.javaURLContextFactory
- Initial context.
- isClassLoaderBound() - Static method in class org.apache.naming.modules.java.ContextBindings
- Tests if current class loader is bound to a context.
- isThreadBound() - Static method in class org.apache.naming.modules.java.ContextBindings
- Tests if current thread is bound to a context.
J
- javaURLContextFactory - class org.apache.naming.modules.java.javaURLContextFactory.
- Context factory for the "java:" namespace.
- javaURLContextFactory() - Constructor for class org.apache.naming.modules.java.javaURLContextFactory
L
- list(Name) - Method in class org.apache.naming.modules.java.SelectorContext
- Enumerates the names bound in the named context, along with the class names of objects bound to them.
- list(String) - Method in class org.apache.naming.modules.java.SelectorContext
- Enumerates the names bound in the named context, along with the class names of objects bound to them.
- listBindings(Name) - Method in class org.apache.naming.modules.java.SelectorContext
- Enumerates the names bound in the named context, along with the objects bound to them.
- listBindings(String) - Method in class org.apache.naming.modules.java.SelectorContext
- Enumerates the names bound in the named context, along with the objects bound to them.
- log - Static variable in class org.apache.naming.modules.java.ContextBindings
- lookup(Name) - Method in class org.apache.naming.modules.java.SelectorContext
- lookup(String) - Method in class org.apache.naming.modules.java.SelectorContext
- Retrieves the named object.
- lookupLink(Name) - Method in class org.apache.naming.modules.java.SelectorContext
- Retrieves the named object, following links except for the terminal atomic component of the name.
- lookupLink(String) - Method in class org.apache.naming.modules.java.SelectorContext
- Retrieves the named object, following links except for the terminal atomic component of the name.
M
- MAIN - Static variable in class org.apache.naming.modules.java.javaURLContextFactory
O
- org.apache.naming.modules.java - package org.apache.naming.modules.java
P
- parseName(String) - Method in class org.apache.naming.modules.java.SelectorContext
- Strips the URL header.
- parseName(Name) - Method in class org.apache.naming.modules.java.SelectorContext
- Strips the URL header.
- prefix - Static variable in class org.apache.naming.modules.java.SelectorContext
- Namespace URL.
- prefixLength - Static variable in class org.apache.naming.modules.java.SelectorContext
- Namespace URL length.
R
- rebind(Name, Object) - Method in class org.apache.naming.modules.java.SelectorContext
- Binds a name to an object, overwriting any existing binding.
- rebind(String, Object) - Method in class org.apache.naming.modules.java.SelectorContext
- Binds a name to an object, overwriting any existing binding.
- removeFromEnvironment(String) - Method in class org.apache.naming.modules.java.SelectorContext
- Removes an environment property from the environment of this context.
- rename(Name, Name) - Method in class org.apache.naming.modules.java.SelectorContext
- Binds a new name to the object bound to an old name, and unbinds the old name.
- rename(String, String) - Method in class org.apache.naming.modules.java.SelectorContext
- Binds a new name to the object bound to an old name, and unbinds the old name.
S
- SelectorContext - class org.apache.naming.modules.java.SelectorContext.
- Per thread context, implementing java: like contexts.
- SelectorContext(Hashtable) - Constructor for class org.apache.naming.modules.java.SelectorContext
- Builds a Catalina selector context using the given environment.
- SelectorContext(Hashtable, boolean) - Constructor for class org.apache.naming.modules.java.SelectorContext
- Builds a Catalina selector context using the given environment.
- sm - Static variable in class org.apache.naming.modules.java.ContextBindings
- The string manager for this package.
- sm - Variable in class org.apache.naming.modules.java.SelectorContext
- The string manager for this package.
T
- threadBindings - Static variable in class org.apache.naming.modules.java.ContextBindings
- Bindings thread - naming context.
- threadNameBindings - Static variable in class org.apache.naming.modules.java.ContextBindings
- Bindings thread - name.
U
- unbind(Name) - Method in class org.apache.naming.modules.java.SelectorContext
- Unbinds the named object.
- unbind(String) - Method in class org.apache.naming.modules.java.SelectorContext
- Unbinds the named object.
- unbindClassLoader(Object) - Static method in class org.apache.naming.modules.java.ContextBindings
- Unbinds a naming context to a class loader.
- unbindClassLoader(Object, Object) - Static method in class org.apache.naming.modules.java.ContextBindings
- Unbinds a naming context to a class loader.
- unbindClassLoader(Object, Object, ClassLoader) - Static method in class org.apache.naming.modules.java.ContextBindings
- Unbinds a naming context to a class loader.
- unbindContext(Object) - Static method in class org.apache.naming.modules.java.ContextBindings
- Unbind context name.
- unbindContext(Object, Object) - Static method in class org.apache.naming.modules.java.ContextBindings
- Unbind context name.
- unbindThread(Object) - Static method in class org.apache.naming.modules.java.ContextBindings
- Unbinds a naming context to a thread.
- unbindThread(Object, Object) - Static method in class org.apache.naming.modules.java.ContextBindings
- Unbinds a naming context to a thread.
A B C D E G I J L M O P R S T U
|
|||||||||
| Home >> All >> org >> apache >> naming >> modules >> [ java overview ] | PREV NEXT | ||||||||