Uses of Class
org.codehaus.spice.jndikit.AbstractContext

Packages that use AbstractContext
org.codehaus.spice.jndikit Naming utilities. 
org.codehaus.spice.jndikit.memory Memory based naming context. 
 

Uses of AbstractContext in org.codehaus.spice.jndikit
 

Subclasses of AbstractContext in org.codehaus.spice.jndikit
 class AbstractLocalContext
          Abstract local JNDI Context that can be inherited from to provide a particular type of Context.
 class AbstractURLContext
          Abstract JNDI Context that can be inherited from to provide a particular type of Context.
 class RemoteContext
          Context that hooks up to a remote source.
 

Uses of AbstractContext in org.codehaus.spice.jndikit.memory
 

Subclasses of AbstractContext in org.codehaus.spice.jndikit.memory
 class MemoryContext
          An in memory context implementation.
 



Copyright © 1999-2012 Codehaus. All Rights Reserved.