Uses of Interface
org.codehaus.spice.jndikit.Namespace

Packages that use Namespace
org.codehaus.spice.jndikit Naming utilities. 
org.codehaus.spice.jndikit.memory Memory based naming context. 
org.codehaus.spice.jndikit.rmi RMI based naming context factory and provider. 
 

Uses of Namespace in org.codehaus.spice.jndikit
 

Classes in org.codehaus.spice.jndikit that implement Namespace
 class AbstractNamespace
          This is the class to extend that provides basic facilities for Namespace management.
 class DefaultNamespace
          This is the default namespace implementation.
 class StandardNamespace
          Namespace that directly uses NamingManager.
 

Methods in org.codehaus.spice.jndikit that return Namespace
protected  Namespace AbstractLocalContext.getNamespace()
          Utility method to retrieve the Namespace.
protected  Namespace RemoteContext.getNamespace()
           
 

Constructors in org.codehaus.spice.jndikit with parameters of type Namespace
AbstractLocalContext(Namespace namespace, Hashtable environment, Context parent)
           
AbstractNamingEnumeration(Context owner, Namespace namespace)
           
 

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

Constructors in org.codehaus.spice.jndikit.memory with parameters of type Namespace
MemoryContext(Namespace namespace, Hashtable environment, Context parent, Hashtable bindings)
           
MemoryContext(Namespace namespace, Hashtable environment, Context parent)
           
 

Uses of Namespace in org.codehaus.spice.jndikit.rmi
 

Methods in org.codehaus.spice.jndikit.rmi that return Namespace
protected  Namespace RMIInitialContextFactory.newNamespace(Hashtable environment)
           
 



Copyright © 1999-2007 Codehaus. All Rights Reserved.