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

/openjdk7/jdk/src/share/classes/com/sun/jndi/cosnaming/
H A DCNCtx.java568 * @param pth NameComponent[] object
575 private void callBindOrRebind(NameComponent[] pth, Name name, argument
593 _nc.rebind_context(pth,nobj);
595 _nc.bind_context(pth,nobj);
599 _nc.rebind(pth,(org.omg.CORBA.Object)obj);
601 _nc.bind(pth,(org.omg.CORBA.Object)obj);
612 throw ExceptionMapper.mapException(e, this, pth);

Completed in 31 milliseconds