Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
javax.naming.Context

Uses of Context in javax.naming
 

Classes in javax.naming that implement Context
 class InitialContext
           
 

Fields in javax.naming declared as Context
protected  Context InitialContext.defaultInitCtx
           
protected  Context CannotProceedException.altNameCtx
           
 

Methods in javax.naming that return Context
 Context Context.createSubcontext(Name name)
           
 Context Context.createSubcontext(java.lang.String name)
           
abstract  Context ReferralException.getReferralContext()
           
abstract  Context ReferralException.getReferralContext(java.util.Hashtable env)
           
protected  Context InitialContext.getDefaultInitCtx()
           
protected  Context InitialContext.getURLOrDefaultInitCtx(Name name)
           
protected  Context InitialContext.getURLOrDefaultInitCtx(java.lang.String name)
           
 Context InitialContext.createSubcontext(Name name)
           
 Context InitialContext.createSubcontext(java.lang.String name)
           
 Context CannotProceedException.getAltNameCtx()
           
 

Methods in javax.naming with parameters of type Context
 void CannotProceedException.setAltNameCtx(Context altNameCtx)