Uses of Class
org.stringtree.jndi.InMemoryContext

Packages that use InMemoryContext
org.stringtree.jndi   
 

Uses of InMemoryContext in org.stringtree.jndi
 

Fields in org.stringtree.jndi declared as InMemoryContext
protected  InMemoryContext InMemoryContext.parent
           
private static InMemoryContext InMemoryContextFactory.singleton
           
 

Methods in org.stringtree.jndi with parameters of type InMemoryContext
protected  javax.naming.Context InMemoryContext.createCtx(InMemoryContext parent, java.lang.String name, java.util.Hashtable env)
           
 

Constructors in org.stringtree.jndi with parameters of type InMemoryContext
InMemoryContext(InMemoryContext parent, java.lang.String name, java.util.Hashtable env, java.util.Hashtable bindings)