JNDI 1.1.1

Uses of Interface
javax.naming.Context

Packages that use Context
javax.naming Contains classes and interfaces for accessing naming services. 
javax.naming.directory Extends the core javax.naming package to provide functionality for accessing directories in addition to naming services. 
javax.naming.spi Contains the classes and interfaces that allow various naming and directory service providers to be dynamically plugged in beneath the JNDI API
 

Uses of Context in javax.naming
 

Classes in javax.naming that implement Context
 class InitialContext
          This class is the starting context for performing naming operations.
 

Fields in javax.naming declared as Context
protected  Context CannotProceedException.altNameCtx
          Contains the context relative to which altName is specified.
protected  Context InitialContext.defaultInitCtx
          Field holding the result of calling NamingManager.getInitialContext().
 

Methods in javax.naming that return Context
 Context CannotProceedException.getAltNameCtx()
          Retrieves the altNameCtx field of this exception.
protected  Context InitialContext.getDefaultInitCtx()
          Retrieves the initial context by calling NamingManager.getInitialContext() and cache it in defaultInitCtx.
protected  Context InitialContext.getURLOrDefaultInitCtx(java.lang.String name)
          Retrieves a context for resolving the string name name.
protected  Context InitialContext.getURLOrDefaultInitCtx(Name name)
          Retrieves a context for resolving name.
 Context InitialContext.createSubcontext(java.lang.String name)
          Creates and binds a new context.
 Context InitialContext.createSubcontext(Name name)
          Creates and binds a new context.
 Context Context.createSubcontext(Name name)
          Creates and binds a new context.
 Context Context.createSubcontext(java.lang.String name)
          Creates and binds a new context using a string name.
abstract  Context ReferralException.getReferralContext()
          Retrieves the context at which to continue the method.
 

Methods in javax.naming with parameters of type Context
 void CannotProceedException.setAltNameCtx(Context altNameCtx)
          Sets the altNameCtx field of this exception.
 

Uses of Context in javax.naming.directory
 

Subinterfaces of Context in javax.naming.directory
 interface DirContext
          This interface is the directory service interface.
 

Classes in javax.naming.directory that implement Context
 class InitialDirContext
          This class is the starting context for performing directory operations.
 

Uses of Context in javax.naming.spi
 

Methods in javax.naming.spi that return Context
 Context InitialContextFactory.getInitialContext(java.util.Hashtable environment)
          Creates an Initial Context for beginning name resolution.
static Context NamingManager.getURLContext(java.lang.String scheme, java.util.Hashtable environment)
          Creates a context for the given URL scheme id.
static Context NamingManager.getInitialContext(java.util.Hashtable environment)
          Creates an initial context using the specified environment properties.
static Context NamingManager.getContinuationContext(CannotProceedException cpe)
          Creates a context in which to continue a context operation.
 

Methods in javax.naming.spi with parameters of type Context
static java.lang.Object NamingManager.getObjectInstance(java.lang.Object refInfo, Name name, Context nameCtx, java.util.Hashtable environment)
          Creates an instance of an object for the specified object and environment.
 java.lang.Object ObjectFactory.getObjectInstance(java.lang.Object obj, Name name, Context nameCtx, java.util.Hashtable environment)
          Creates an object using the location or reference information specified.
 


JNDI 1.1.1

For more information on JNDI, please see http://java.sun.com/products/jndi