nc[i] = new org.omg.CosNaming.NameComponent(names[i], "");
}
try {
ObjectImpl obj = (ObjectImpl) ns.resolve(nc);
ClientDelegate delegate = (ClientDelegate) obj._get_delegate();
ior = delegate.getIOR();
} catch (org.omg.CosNaming.NamingContextPackage.NotFound ex) {
throw new org.omg.CORBA.OBJECT_NOT_EXIST(url);
} catch (org.omg.CORBA.SystemException ex) {
// ex.printStackTrace ();