Searched defs:callBindOrRebind (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/cosnaming/
H A DCNCtx.java575 private void callBindOrRebind(NameComponent[] pth, Name name, method in class:CNCtx
618 * performs the bind operation. Uses callBindOrRebind. Throws an
623 * @exception NamingException See callBindOrRebind
637 callBindOrRebind(path, name, obj, false);
668 * performs the bind operation. Uses callBindOrRebind. Throws an
672 * @exception NamingException See callBindOrRebind
680 * performs the rebind operation. Uses callBindOrRebind. Throws an
686 * @exception NamingException See callBindOrRebind
695 callBindOrRebind(path, name, obj, true);
704 * performs the rebind operation. Uses callBindOrRebind
[all...]

Completed in 31 milliseconds