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 RemoteContext.getNamespace()
           
protected  Namespace AbstractLocalContext.getNamespace()
          Utility method to retrieve the Namespace.
 

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

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-2005 Codehaus. All Rights Reserved.