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

/openjdk7/jdk/src/share/classes/javax/naming/spi/
H A DDirectoryManager.java64 * @see DirStateFactory
254 *<li>It returns a non-null <tt>DirStateFactory.Result</tt> instance
259 * <tt>StateFactory</tt> or <tt>DirStateFactory</tt>.
260 * If it implements <tt>DirStateFactory</tt>, then
261 * <tt>DirStateFactory.getStateToBind()</tt> is called; otherwise,
288 * @return A non-null DirStateFactory.Result containing
296 * See <tt>DirStateFactory.getStateToBind()</tt>.
297 * @see DirStateFactory
298 * @see DirStateFactory#getStateToBind
302 public static DirStateFactory
[all...]
H A DDirStateFactory.java38 * A <tt>DirStateFactory</tt> extends <tt>StateFactory</tt>
41 * <tt>DirStateFactory</tt> implementations are intended to be used by
56 * An LDAP service provider for <tt>ctx</tt> uses a <tt>DirStateFactory</tt>
64 * <p> Since <tt>DirStateFactory</tt> extends <tt>StateFactory</tt>, it
73 * DirStateFactory may be invoked multiple times, possibly using different
83 public interface DirStateFactory extends StateFactory { interface in inherits:StateFactory
90 * <tt>DirStateFactory</tt>, <tt>DirectoryManager</tt> invokes this method;
150 * DirStateFactory.getStateToBind().
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DObj.java31 import javax.naming.spi.DirStateFactory;
556 DirStateFactory.Result res =
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/dir/
H A DHierMemDirCtx.java174 DirStateFactory.Result res = DirectoryManager.getStateToBind(
229 DirStateFactory.Result res = DirectoryManager.getStateToBind(

Completed in 54 milliseconds