< prev index next >

src/java.corba/share/classes/com/sun/corba/se/impl/naming/pcosnaming/NamingContextImpl.java

Print this page

        

@@ -114,12 +114,12 @@
     /**
      * Create a naming context servant.
      * Runs the super constructor.
      * @param orb an ORB object.
      * @param objKey as String
-     * @param TheNameService as NameService
-     * @param TheServantManagerImpl as ServantManagerImpl
+     * @param theNameService as NameService
+     * @param theServantManagerImpl as ServantManagerImpl
      * @exception java.lang.Exception a Java exception.
      */
 
     public NamingContextImpl(ORB orb, String objKey,
         NameService theNameService, ServantManagerImpl theServantManagerImpl  )

@@ -221,11 +221,11 @@
    * NamingContext and the object bound in resulting NamingContext.
    * An exception is thrown if a binding with the supplied name already
    * exists. The NamingContext will participate in recursive resolving.
    * @param n a sequence of NameComponents which is the name under which
    * the object will be bound.
-   * @param obj the NamingContect object reference to be bound.
+   * @param nc the NamingContect object reference to be bound.
    * @exception org.omg.CosNaming.NamingContextPackage.NotFound A name with multiple
    * components was supplied, but the first component could not be
    * resolved.
    * @exception org.omg.CosNaming.NamingContextPackage.CannotProceed Could not proceed
    * in resolving the n-1 components of the supplied name.

@@ -299,11 +299,11 @@
    * NamingContext and the object bound in resulting NamingContext.
    * If a binding under the supplied name already exists it will be
    * unbound first. The NamingContext will participate in recursive resolving.
    * @param n a sequence of NameComponents which is the name under which
    * the object will be bound.
-   * @param obj the object reference to be bound.
+   * @param nc the object reference to be bound.
    * @exception org.omg.CosNaming.NamingContextPackage.NotFound A name with multiple
    * components was supplied, but the first component could not be
    * resolved.
    * @exception org.omg.CosNaming.NamingContextPackage.CannotProceed Could not proceed
    * in resolving the n-1 components of the supplied name.

@@ -905,11 +905,11 @@
     /**
     * This method resolves the NamingContext or Object Reference for one level
     * The doResolve( ) method calls Resolve( ) recursively to resolve n level
     * Names.
     * @param n a sequence of NameComponents which is the name to be resolved.
-    * @param bt Type of binding (as object or as context).
+    * @param bth Type of binding (as object or as context).
     * @return the object reference bound under the supplied name.
     * @exception org.omg.CosNaming.NamingContextPackage.NotFound Neither a NamingContext
     * or a Corba Object reference not found under this Name
     * @exception org.omg.CosNaming.NamingContextPackage.CannotProceed Could not proceed
     * in resolving the the supplied name.
< prev index next >