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

Print this page

        

*** 147,157 **** * to the default initial context. If no name is being specified, the * <code>name</code> parameter should be null. * If a factory uses <code>nameCtx</code> it should synchronize its use * against concurrent access, since context implementations are not * guaranteed to be thread-safe. - * <p> * * @param obj The possibly null object containing location or reference * information that can be used in creating an object. * @param name The name of this object relative to <code>nameCtx</code>, * or null if no name is specified. --- 147,156 ----