Searched refs:defaultInitCtx (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/naming/
H A DInitialContext.java147 * the value of defaultInitCtx.
150 protected Context defaultInitCtx = null; field in class:InitialContext
155 * If true, its result is in <code>defaultInitCtx</code>.
299 * and cache it in defaultInitCtx.
307 defaultInitCtx = NamingManager.getInitialContext(myProps);
310 if (defaultInitCtx == null)
313 return defaultInitCtx;
549 if (defaultInitCtx != null) {
550 defaultInitCtx.close();
551 defaultInitCtx
[all...]

Completed in 31 milliseconds