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

/openjdk7/jdk/src/share/classes/com/sun/jndi/cosnaming/
H A DCNCtx.java371 org.omg.CORBA.Object ncRef;
376 ncRef = _orb.string_to_object(ncIor);
378 ncRef = _orb.resolve_initial_references("NameService");
381 System.err.println("Naming Context Ref: " + ncRef);
383 _nc = NamingContextHelper.narrow(ncRef);
417 private void setOrbAndRootContext(ORB orb, org.omg.CORBA.Object ncRef) argument
421 _nc = NamingContextHelper.narrow(ncRef);
424 "Cannot convert object reference to NamingContext: " + ncRef);

Completed in 49 milliseconds