Class | Description |
---|---|
AbstractContext |
The heart of the system, the abstract implementation of context for
simple-jndi.
|
ContextBindings |
This class represents a NamingEnumeration of the bindings of a Context.
|
ContextNames |
This class represents a NamingEnumeration of the class names of a Context.
|
DelegatingContext |
Standard delegating pattern for JNDI Contexts.
|
SimpleNameParser |
The NameParser for the Simple-JNDI.
|
StaticHashtable |
A hashtable that shares its space with any other instance of StaticHashtable.
|
Exception | Description |
---|---|
InvalidObjectTypeException |
An exception to indicate that the object that was being bound to a context
is not a valid type for the context.
|
Support classes for writing JNDI implementations.