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

/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/orb/
H A DORB.java462 // Determine the correct ORBId. There are 3 cases:
465 // the ORB ID (it's not known yet), so we set the ORBId to
467 // 2. odata is not null, so initialization is complete, but ORBId is set to
470 // 3. odata is not null, ORBId is not "": just use the ORBId.
471 String ORBId ;
473 ORBId = "_INITIALIZING_" ;
475 ORBId = odata.getORBId() ;
476 if (ORBId.equals(""))
477 ORBId
488 getCORBALogger( String ORBId, String domain ) argument
[all...]

Completed in 40 milliseconds