src/share/classes/javax/naming/NamingException.java

Print this page

        

*** 199,209 **** * "stringify" the compound name, and create a composite * name with a single component using the string. You can then * invoke this method using the resulting composite name. *<p> * A copy of <code>name</code> is made and stored. ! * Subsequent changes to <code>name</code> does not * affect the copy in this NamingException and vice versa. * * @param name The possibly null name to set resolved name to. * If null, it sets the resolved name field to null. * @see #getResolvedName --- 199,209 ---- * "stringify" the compound name, and create a composite * name with a single component using the string. You can then * invoke this method using the resulting composite name. *<p> * A copy of <code>name</code> is made and stored. ! * Subsequent changes to <code>name</code> do not * affect the copy in this NamingException and vice versa. * * @param name The possibly null name to set resolved name to. * If null, it sets the resolved name field to null. * @see #getResolvedName
*** 223,233 **** * "stringify" the compound name, and create a composite * name with a single component using the string. You can then * invoke this method using the resulting composite name. *<p> * A copy of <code>name</code> is made and stored. ! * Subsequent changes to <code>name</code> does not * affect the copy in this NamingException and vice versa. * @param name The possibly null name to set remaining name to. * If null, it sets the remaining name field to null. * @see #getRemainingName * @see #appendRemainingName --- 223,233 ---- * "stringify" the compound name, and create a composite * name with a single component using the string. You can then * invoke this method using the resulting composite name. *<p> * A copy of <code>name</code> is made and stored. ! * Subsequent changes to <code>name</code> do not * affect the copy in this NamingException and vice versa. * @param name The possibly null name to set remaining name to. * If null, it sets the remaining name field to null. * @see #getRemainingName * @see #appendRemainingName
*** 277,287 **** *<p> * <tt>name</tt> is a composite name. If the intent is to append * a compound name, you should "stringify" the compound name * then invoke the overloaded form that accepts a String parameter. *<p> ! * Subsequent changes to <code>name</code> does not * affect the remaining name field in this NamingException and vice versa. * @param name The possibly null name containing ordered components to add. * If name is null, this method does not do anything. * @see #setRemainingName * @see #getRemainingName --- 277,287 ---- *<p> * <tt>name</tt> is a composite name. If the intent is to append * a compound name, you should "stringify" the compound name * then invoke the overloaded form that accepts a String parameter. *<p> ! * Subsequent changes to <code>name</code> do not * affect the remaining name field in this NamingException and vice versa. * @param name The possibly null name containing ordered components to add. * If name is null, this method does not do anything. * @see #setRemainingName * @see #getRemainingName