Searched defs:refInfo (Results 1 - 2 of 2) sorted by relevance
/openjdk7/jdk/src/share/classes/javax/naming/spi/ |
H A D | DirectoryManager.java | 124 * @param refInfo The possibly null object for which to create an object. 133 * @param attrs The possibly null attributes associated with refInfo. 134 * This might not be the complete set of attributes for refInfo; 136 * @return An object created using <code>refInfo</code> and <tt>attrs</tt>; or 137 * <code>refInfo</code> if an object cannot be created by 154 getObjectInstance(Object refInfo, Name name, Context nameCtx, argument 163 factory = builder.createObjectFactory(refInfo, environment); 166 refInfo, name, nameCtx, environment, attrs); 168 return factory.getObjectInstance(refInfo, name, nameCtx, 175 if (refInfo instanceo [all...] |
H A D | NamingManager.java | 210 * <li>If <code>refInfo</code> is a <code>Reference</code> 213 * Return <code>refInfo</code> if the factory cannot be created. 219 * <li>If <tt>refInfo</tt> is a <tt>Reference</tt> or 234 * return <code>refInfo</code>. 262 * @param refInfo The possibly null object for which to create an object. 271 * @return An object created using <code>refInfo</code>; or 272 * <code>refInfo</code> if an object cannot be created using 288 getObjectInstance(Object refInfo, Name name, Context nameCtx, argument 299 factory = builder.createObjectFactory(refInfo, environment); 300 return factory.getObjectInstance(refInfo, nam 370 processURL(Object refInfo, Name name, Context nameCtx, Hashtable environment) argument [all...] |
Completed in 149 milliseconds