Searched defs:returnSelf (Results 1 - 2 of 2) sorted by relevance
| /openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/dir/ |
| H A D | ContextEnumerator.java | 60 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 D | HierMemDirCtx.java | 848 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 46 milliseconds