Package org.osjava.sj.jndi

Support classes for writing JNDI implementations.

See:
          Description

Class Summary
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 Summary
InvalidObjectTypeException An exception to indicate that the object that was being bound to a context is not a valid type for the context.
 

Package org.osjava.sj.jndi Description

Support classes for writing JNDI implementations.