|
|||||||||
| Home >> All >> org >> media >> [ naming overview ] | PREV NEXT | ||||||||
A
- addToEnvironment(String, Object) - Method in class org.media.naming.MemoryContext
B
- bind(String, Object) - Method in class org.media.naming.MemoryContext
- bind(Name, Object) - Method in class org.media.naming.MemoryContext
C
- close() - Method in class org.media.naming.MemoryBinding.MemoryBindingEnumeration
- close() - Method in class org.media.naming.MemoryContext
- composeName(Name, Name) - Method in class org.media.naming.MemoryContext
- composeName(String, String) - Method in class org.media.naming.MemoryContext
- createSubcontext(String) - Method in class org.media.naming.MemoryContext
- createSubcontext(Name) - Method in class org.media.naming.MemoryContext
D
- DefaultNameParser - Static variable in class org.media.naming.MemoryContext
- The default name parser for this context.
- debug(PrintWriter) - Method in class org.media.naming.MemoryBinding
- Returns an array of all the sub-contexts of this binding.
- debug(PrintWriter, int) - Method in class org.media.naming.MemoryBinding
- debug(PrintWriter) - Method in class org.media.naming.MemoryContext
- destroy() - Method in class org.media.naming.MemoryBinding
- Called when destroying the subcontext and binding associated with it.
- destroySubcontext(String) - Method in class org.media.naming.MemoryContext
- destroySubcontext(Name) - Method in class org.media.naming.MemoryContext
E
- enumerate(Context, boolean) - Method in class org.media.naming.MemoryBinding
- equals(Object) - Method in class org.media.naming.ReferenceRefAddr
- Return true if the specified object is of type ReferenceRefAddr and has the same underlying reference.
G
- get(String) - Method in class org.media.naming.MemoryBinding
- getBindings() - Method in class org.media.naming.MemoryContext
- Returns the bindings represented by this context.
- getBindings(String) - Static method in class org.media.naming.MemoryContextFactory
- Returns a binding in the specified path.
- getContent() - Method in class org.media.naming.ReferenceRefAddr
- Returns the object referred to by the underlying reference.
- getContext() - Method in class org.media.naming.MemoryBinding
- getContext() - Static method in class org.media.naming.MemoryContextTest
- getEnvironment() - Method in class org.media.naming.MemoryContext
- getInitialContext(Hashtable) - Method in class org.media.naming.MemoryContextFactory
- Returns an initial context based on the Context.PROVIDER_URL>
Context.PROVIDER_URL55 environment attribute. - getName() - Method in class org.media.naming.MemoryBinding
- getNameInNamespace() - Method in class org.media.naming.MemoryContext
- getNameParser(String) - Method in class org.media.naming.MemoryContext
- getNameParser(Name) - Method in class org.media.naming.MemoryContext
H
- hasMore() - Method in class org.media.naming.MemoryBinding.MemoryBindingEnumeration
- hasMoreElements() - Method in class org.media.naming.MemoryBinding.MemoryBindingEnumeration
- hashCode() - Method in class org.media.naming.ReferenceRefAddr
- Return the hashcode of the underlying reference as the hashcode of the ReferenceRefAddr.
I
- INITIAL_CAPACITY - Static variable in class org.media.naming.MemoryBinding
- The initial capacity for the hashtable.
- internalHasMore() - Method in class org.media.naming.MemoryBinding.MemoryBindingEnumeration
- Return true if there are more elements in the enumeration.
- internalLookup(Name, boolean) - Method in class org.media.naming.MemoryContext
- isEmpty() - Method in class org.media.naming.MemoryBinding
- isRoot() - Method in class org.media.naming.MemoryBinding
L
- LOAD_FACTOR - Static variable in class org.media.naming.MemoryBinding
- The load factor for the hashtable.
- list(String) - Method in class org.media.naming.MemoryContext
- list(Name) - Method in class org.media.naming.MemoryContext
- listBindings(String) - Method in class org.media.naming.MemoryContext
- listBindings(Name) - Method in class org.media.naming.MemoryContext
- lookup(String) - Method in class org.media.naming.MemoryContext
- lookup(Name) - Method in class org.media.naming.MemoryContext
- lookupLink(String) - Method in class org.media.naming.MemoryContext
- lookupLink(Name) - Method in class org.media.naming.MemoryContext
M
- MAXIMUM_CAPACITY - Static variable in class org.media.naming.MemoryBinding
- The maximum capacity for the hashtable.
- MemoryBinding - class org.media.naming.MemoryBinding.
- Name/value bindings for use inside MemoryContext.
- MemoryBinding() - Constructor for class org.media.naming.MemoryBinding
- MemoryBinding.BindingEntry - class org.media.naming.MemoryBinding.BindingEntry.
- Name to value binding entry in the memory binding hashtable.
- MemoryBinding.BindingEntry(String, int, Object) - Constructor for class org.media.naming.MemoryBinding.BindingEntry
- MemoryBinding.MemoryBindingEnumeration - class org.media.naming.MemoryBinding.MemoryBindingEnumeration.
- Naming enumeration supporting
NamClassPairand javax.naming.Binding, created based of a MemoryBinding. - MemoryBinding.MemoryBindingEnumeration(Context, boolean) - Constructor for class org.media.naming.MemoryBinding.MemoryBindingEnumeration
- MemoryContext - class org.media.naming.MemoryContext.
- An in-memory JNDI service provider.
- MemoryContext(Hashtable) - Constructor for class org.media.naming.MemoryContext
- Construct a new context with the specified environment attributes.
- MemoryContext(MemoryBinding, Hashtable) - Constructor for class org.media.naming.MemoryContext
- Construct a new context with the specified bindings and environment attributes.
- MemoryContextFactory - class org.media.naming.MemoryContextFactory.
- Implements a context factory for MemoryContext.
- MemoryContextFactory() - Constructor for class org.media.naming.MemoryContextFactory
- MemoryContextTest - class org.media.naming.MemoryContextTest.
- Simple calss to show the MemoryContext usage mode.
- MemoryContextTest() - Constructor for class org.media.naming.MemoryContextTest
- main(String[]) - Static method in class org.media.naming.MemoryContextTest
N
- NameSeparator - Static variable in class org.media.naming.MemoryContext
- The default name separator for this context is '/'.
- next() - Method in class org.media.naming.MemoryBinding.MemoryBindingEnumeration
- nextElement() - Method in class org.media.naming.MemoryBinding.MemoryBindingEnumeration
- nextEntry() - Method in class org.media.naming.MemoryBinding.MemoryBindingEnumeration
O
- org.media.naming - package org.media.naming
P
- put(String, Object) - Method in class org.media.naming.MemoryBinding
R
- ReadOnly - Static variable in class org.media.naming.MemoryContext
- Environment attribute to set a context read-only.
- ReferenceRefAddr - class org.media.naming.ReferenceRefAddr.
- This class allows referenceable objects to be stored inside of other references.
- ReferenceRefAddr(String, Referenceable) - Constructor for class org.media.naming.ReferenceRefAddr
- Create the ReferenceRefAddr with the specified arguments.
- ReferenceRefAddr(String, Referenceable, Hashtable) - Constructor for class org.media.naming.ReferenceRefAddr
- Create the ReferenceRefAddr with the specified arguments.
- ReferenceRefAddr(String, Reference) - Constructor for class org.media.naming.ReferenceRefAddr
- Create the ReferenceRefAddr with the specified arguments.
- ReferenceRefAddr(String, Reference, Hashtable) - Constructor for class org.media.naming.ReferenceRefAddr
- Create the ReferenceRefAddr with the specified arguments.
- rebind(String, Object) - Method in class org.media.naming.MemoryContext
- rebind(Name, Object) - Method in class org.media.naming.MemoryContext
- rehash() - Method in class org.media.naming.MemoryBinding
- remove(String) - Method in class org.media.naming.MemoryBinding
- removeFromEnvironment(String) - Method in class org.media.naming.MemoryContext
- rename(String, String) - Method in class org.media.naming.MemoryContext
- rename(Name, Name) - Method in class org.media.naming.MemoryContext
T
- toString() - Method in class org.media.naming.MemoryContext
U
- unbind(String) - Method in class org.media.naming.MemoryContext
- unbind(Name) - Method in class org.media.naming.MemoryContext
_
- _bindings - Variable in class org.media.naming.MemoryContext
- Holds the bindings associated with this context.
- _context - Variable in class org.media.naming.MemoryBinding.MemoryBindingEnumeration
- The context is required to create a duplicate.
- _context - Static variable in class org.media.naming.MemoryContextTest
- _contextClassName - Variable in class org.media.naming.MemoryBinding.MemoryBindingEnumeration
- The class name of the context class
- _count - Variable in class org.media.naming.MemoryBinding
- The number of bindings in the hash table.
- _entry - Variable in class org.media.naming.MemoryBinding.MemoryBindingEnumeration
- Holds a reference to the next entry to be returned by
next. - _env - Variable in class org.media.naming.MemoryContext
- The environment attributes used to construct this context.
- _environment - Variable in class org.media.naming.ReferenceRefAddr
- The environment used to recreate the referenceable
object from the underlying
_reference55 - _hashCode - Variable in class org.media.naming.MemoryBinding.BindingEntry
- The binding name hash code.
- _hashCode - Variable in class org.media.naming.ReferenceRefAddr
- The hash code
- _hashTable - Variable in class org.media.naming.MemoryBinding
- The hashtable of memory binding entries.
- _index - Variable in class org.media.naming.MemoryBinding.MemoryBindingEnumeration
- Index to the current position in the hash table.
- _name - Variable in class org.media.naming.MemoryBinding.BindingEntry
- The binding name.
- _name - Variable in class org.media.naming.MemoryBinding
- The path of this binding.
- _nameOnly - Variable in class org.media.naming.MemoryBinding.MemoryBindingEnumeration
- True to return an enumeration of javax.naming.NameClassPair, false to return an enumeration of javax.naming.Binding
- _next - Variable in class org.media.naming.MemoryBinding.BindingEntry
- The next binding in the hash table entry.
- _nextClassName - Variable in class org.media.naming.MemoryBinding.MemoryBindingEnumeration
- The class name of the next element to return.
- _nextName - Variable in class org.media.naming.MemoryBinding.MemoryBindingEnumeration
- The name of the next element to return.
- _nextValue - Variable in class org.media.naming.MemoryBinding.MemoryBindingEnumeration
- The value of the next element to return.
- _object - Variable in class org.media.naming.ReferenceRefAddr
- The object
- _parent - Variable in class org.media.naming.MemoryBinding
- The parent memory binding.
- _readOnly - Variable in class org.media.naming.MemoryContext
- True if this context has been set read-only.
- _reference - Variable in class org.media.naming.ReferenceRefAddr
- The reference
- _root - Static variable in class org.media.naming.MemoryContextFactory
- The shared root of the binding tree.
- _threshold - Variable in class org.media.naming.MemoryBinding
- The threshold for resizing the hash table.
- _value - Variable in class org.media.naming.MemoryBinding.BindingEntry
- The bound value.
A B C D E G H I L M N O P R T U _
|
|||||||||
| Home >> All >> org >> media >> [ naming overview ] | PREV NEXT | ||||||||