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

/openjdk7/jdk/src/share/classes/com/sun/jndi/cosnaming/
H A DCNCtx.java724 private void callUnbind(NameComponent[] path) throws NamingException { method in class:CNCtx
761 * performs the unbind operation. Uses callUnbind. If the name is
766 * @exception NamingException See callUnbind
774 * performs the unbind operation. Uses callUnbind. Throws an
777 * @exception NamingException See callUnbind
785 callUnbind(path);
964 callUnbind(path);

Completed in 32 milliseconds