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

/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/dir/
H A DContextEnumerator.java60 boolean returnSelf)
75 rootProcessed = !returnSelf;
87 String contextName, boolean returnSelf) throws NamingException {
88 return new ContextEnumerator(ctx, scope, contextName, returnSelf);
59 ContextEnumerator(Context context, int scope, String contextName, boolean returnSelf) argument
86 newEnumerator(Context ctx, int scope, String contextName, boolean returnSelf) argument
H A DHierMemDirCtx.java848 String contextName, boolean returnSelf) throws NamingException {
849 super(context, scope, contextName, returnSelf);
858 String contextName, boolean returnSelf) throws NamingException {
860 returnSelf);
847 HierContextEnumerator(Context context, int scope, String contextName, boolean returnSelf) argument
857 newEnumerator(Context ctx, int scope, String contextName, boolean returnSelf) argument

Completed in 33 milliseconds