Searched defs:nctx (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/cosnaming/
H A DCNCtx.java142 * @param nctx The COS NamingContext object associated with this context
146 CNCtx(ORB orb, OrbReuseTracker tracker, NamingContext nctx, Hashtable env, argument
149 if (orb == null || nctx == null)
157 _nc = nctx;
982 NamingContext nctx = _nc.bind_new_context(path);
983 return new CNCtx(_orb, orbTracker, nctx, _env,

Completed in 34 milliseconds