< prev index next >

src/java.naming/share/classes/javax/naming/spi/ObjectFactoryBuilder.java

Print this page

        

*** 38,51 **** * Reference could be used to create a printer object, so that * the caller of lookup can directly operate on the printer object * after the lookup. An ObjectFactory is responsible for creating * objects of a specific type. JNDI uses a default policy for using * and loading object factories. You can override this default policy ! * by calling <tt>NamingManager.setObjectFactoryBuilder()</tt> with an ObjectFactoryBuilder, * which contains the program-defined way of creating/loading * object factories. ! * Any <tt>ObjectFactoryBuilder</tt> implementation must implement this * interface that for creating object factories. * * @author Rosanna Lee * @author Scott Seligman * --- 38,51 ---- * Reference could be used to create a printer object, so that * the caller of lookup can directly operate on the printer object * after the lookup. An ObjectFactory is responsible for creating * objects of a specific type. JNDI uses a default policy for using * and loading object factories. You can override this default policy ! * by calling {@code NamingManager.setObjectFactoryBuilder()} with an ObjectFactoryBuilder, * which contains the program-defined way of creating/loading * object factories. ! * Any {@code ObjectFactoryBuilder} implementation must implement this * interface that for creating object factories. * * @author Rosanna Lee * @author Scott Seligman *
< prev index next >