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

/openjdk7/jdk/src/share/classes/javax/naming/spi/
H A DDirObjectFactory.java40 * A <tt>DirObjectFactory</tt> extends <tt>ObjectFactory</tt> by allowing
43 * <tt>DirObjectFactory</tt> implementations are intended to be used by <tt>DirContext</tt>
64 public interface DirObjectFactory extends ObjectFactory { interface in inherits:ObjectFactory
75 * successively loads in object factories. If it encounters a <tt>DirObjectFactory</tt>,
76 * it will invoke <tt>DirObjectFactory.getObjectInstance()</tt>;
89 *<p>Since <tt>DirObjectFactory</tt> extends <tt>ObjectFactory</tt>, it
92 * the attributes argument. Given a factory that implements <tt>DirObjectFactory</tt>,
99 * properties of object factories that apply equally to <tt>DirObjectFactory</tt>.

Completed in 28 milliseconds