Uses of Class
org.osjava.sj.jndi.AbstractContext
-
Packages that use AbstractContext Package Description 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 Constructor Description 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 Modifier and Type Class Description class
MemoryContext
A generic context that requires no DataSource backend.Constructors in org.osjava.sj.memory with parameters of type AbstractContext Constructor Description MemoryContext(AbstractContext that)
-