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

/openjdk7/jdk/src/share/classes/com/sun/jndi/cosnaming/
H A DCNBindingEnumeration.java57 private boolean isLookedUpCtx = false; // iterating on a context beneath this context ? field in class:CNBindingEnumeration
63 CNBindingEnumeration(CNCtx ctx, boolean isLookedUpCtx, Hashtable env) { argument
76 this.isLookedUpCtx = isLookedUpCtx;
168 if (isLookedUpCtx) {

Completed in 27 milliseconds