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

/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/dir/
H A DContextEnumerator.java93 (scope != SearchControls.OBJECT_SCOPE && hasMoreDescendants());
119 if (scope != SearchControls.OBJECT_SCOPE && hasMoreDescendants()) {
162 private boolean hasMoreDescendants() throws NamingException { method in class:ContextEnumerator
165 if(debug) {System.out.println("hasMoreDescendants returning " +
170 if(debug) {System.out.println("hasMoreDescendants returning " +
175 if(debug) {System.out.println("hasMoreDescendants returning " +

Completed in 161 milliseconds