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

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapCtx.java73 * which uses schemaTrees (a Hashtable - already sync). Potential conflict
247 private Hashtable schemaTrees = null; // schema root of this context field in class:LdapCtx
313 schemaTrees = new Hashtable(11, 0.75f);
342 schemaTrees = existing.schemaTrees;
1594 DirContext schemaTree = (DirContext)schemaTrees.get(subschemasubentry);
1599 schemaTrees.put(subschemasubentry, schemaTree);
2599 schemaTrees = null;
2634 schemaTrees = new Hashtable(11, 0.75f);
2647 schemaTrees
[all...]

Completed in 33 milliseconds