Uses of Class
org.osjava.sj.jndi.AbstractContext

Packages that use AbstractContext
org.osjava.sj.jndi Support classes for writing JNDI implementations. 
org.osjava.sj.memory A memory-based JNDI implementation. 
 

Uses of AbstractContext in org.osjava.sj.jndi
 

Constructors in org.osjava.sj.jndi with parameters of type AbstractContext
AbstractContext(AbstractContext that)
          Create a new context based upon the environment of the passed context.
 

Uses of AbstractContext in org.osjava.sj.memory
 

Subclasses of AbstractContext in org.osjava.sj.memory
 class MemoryContext
          A generic context that requires no DataSource backend.
 

Constructors in org.osjava.sj.memory with parameters of type AbstractContext
MemoryContext(AbstractContext that)