Uses of Interface
org.objectweb.kilim.model.services.NamingContext

Packages that use NamingContext
org.objectweb.kilim.model   
org.objectweb.kilim.model.services   
 

Uses of NamingContext in org.objectweb.kilim.model
 

Classes in org.objectweb.kilim.model that implement NamingContext
 class ComponentFactory
           
 class SlotFactory
           
 

Uses of NamingContext in org.objectweb.kilim.model.services
 

Classes in org.objectweb.kilim.model.services that implement NamingContext
 class DefaultNamingContext
           
 

Fields in org.objectweb.kilim.model.services declared as NamingContext
private  NamingContext DefaultNamingContext.parentContext
           
 

Methods in org.objectweb.kilim.model.services that return NamingContext
 NamingContext NamingContext.getParentNamingContext()
          Naming contexts follow a tree-like structure.
 NamingContext DefaultNamingContext.getParentNamingContext()
           
 

Methods in org.objectweb.kilim.model.services with parameters of type NamingContext
 void NamingContext.setParentNamingContext(NamingContext aContext)
          sets a new parent naming context.
 void NamingContext.addChildNamingContext(java.lang.String aName, NamingContext aContext)
          adds a child naming context.
 void DefaultNamingContext.addChildNamingContext(java.lang.String aName, NamingContext aContext)
           
 void DefaultNamingContext.setParentNamingContext(NamingContext aContext)
           
 

Constructors in org.objectweb.kilim.model.services with parameters of type NamingContext
DefaultNamingContext(java.lang.String aName, NamingContext aParent, ExternalValueReferences extNames)
          a public constructor for a naming context.
DefaultNamingContext(java.lang.String aName, NamingContext aParent)
          a public constructor for a naming context.