Package javax.naming
| Interface Summary |
| Context | |
| Name |
Interface descriping a name build up from different components.
|
| NameParser |
Parser the string representation of the given name into the {@link Name}
representation.
|
| NamingEnumeration<T> |
The specific type of enumeration that supports throwing various exceptions by
the hasMore method. |
| Referenceable |
The object, implementing this interface, can provided the
{@link Reference} about itself. |
| Class Summary |
| BinaryRefAddr |
RefAddr that uses a byte array as content.
|
| Binding |
Binding represents the name-object mapping of a
binding in a context.
|
| CompositeName |
Represents names that may span over several namespaces. |
| CompoundName |
Represents hierarchical names from the single namespace. |
| InitialContext |
The starting context for performing naming operations. |
| LinkRef | |
| NameClassPair |
NameClassPair represents the name-classname mapping pair
of a binding in a context.
|
| RefAddr |
Abstract superclass of addresses used in References.
|
| Reference |
This class represents a reference to an object that is located outside of the
naming/directory system.
|
| StringRefAddr |
RefAddr that uses a String as content.
|