Searched refs:getRemainingNewName (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/naming/
H A DCannotProceedException.java75 * @see #getRemainingNewName
186 public Name getRemainingNewName() { method in class:CannotProceedException
192 * This is the value returned by <code>getRemainingNewName()</code>.
207 * @see #getRemainingNewName
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/ctx/
H A DPartialCompositeContext.java277 if (e.getRemainingNewName() != null) {
278 // %%% e.getRemainingNewName() should never be null
279 newName = e.getRemainingNewName();

Completed in 31 milliseconds