jdk/src/share/classes/javax/naming/spi/NamingManager.java
changeset 14014 da3648e13e67
parent 10324 e28265130e4f
child 14342 8435a30053c1
equal deleted inserted replaced
14013:10f55dd791e1 14014:da3648e13e67
   414      * @param name      The name of the context being returned, relative to
   414      * @param name      The name of the context being returned, relative to
   415      *                  <code>nameCtx</code>, or null if no name is being
   415      *                  <code>nameCtx</code>, or null if no name is being
   416      *                  specified.
   416      *                  specified.
   417      *                  See the <code>getObjectInstance</code> method for
   417      *                  See the <code>getObjectInstance</code> method for
   418      *                  details.
   418      *                  details.
   419      * @param ctx       The context relative to which <code>name</code> is
   419      * @param nameCtx   The context relative to which <code>name</code> is
   420      *                  specified, or null for the default initial context.
   420      *                  specified, or null for the default initial context.
   421      *                  See the <code>getObjectInstance</code> method for
   421      *                  See the <code>getObjectInstance</code> method for
   422      *                  details.
   422      *                  details.
   423      * @param environment Environment specifying characteristics of the
   423      * @param environment Environment specifying characteristics of the
   424      *                  resulting context.
   424      *                  resulting context.