Searched defs:useFactory (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/dir/
H A DLazySearchEnumerationImpl.java57 private boolean useFactory = true; field in class:LazySearchEnumerationImpl
73 Context ctx, Hashtable env, boolean useFactory) throws NamingException {
79 this.useFactory = useFactory;
148 } else if (useFactory) {
71 LazySearchEnumerationImpl(NamingEnumeration candidates, AttrFilter filter, SearchControls cons, Context ctx, Hashtable env, boolean useFactory) argument
H A DHierMemDirCtx.java98 public Object doLookup(Name name, boolean useFactory) argument
130 if (useFactory) {
168 boolean useFactory) throws NamingException {
173 if (useFactory) {
223 boolean useFactory) throws NamingException {
228 if (useFactory) {
352 protected NamingEnumeration doListBindings(boolean useFactory) argument
354 return new FlatBindings(bindings, myEnv, useFactory);
807 private boolean useFactory; field in class:HierMemDirCtx.FlatBindings
809 FlatBindings(Hashtable bindings, Hashtable env, boolean useFactory) { argument
167 doBind(Name name, Object obj, Attributes attrs, boolean useFactory) argument
222 doRebind(Name name, Object obj, Attributes attrs, boolean useFactory) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapSchemaCtx.java114 boolean useFactory) throws NamingException {
136 boolean useFactory) throws NamingException {
113 doBind(Name name, Object obj, Attributes attrs, boolean useFactory) argument
135 doRebind(Name name, Object obj, Attributes attrs, boolean useFactory) argument

Completed in 36 milliseconds