596597598599600601602603604605606
iptemp.add(IIOPFactories.makeMaxStreamFormatVersionComponent()); } IORTemplate iortemp = IORFactories.makeIORTemplate(oktemp) ; iortemp.add( iptemp ) ; newIOR = iortemp.makeIOR(orb, "IDL:org/omg/CORBA/Object:1.0", okey.getId() ); } catch (Exception e) { throw wrapper.errorInBadServerIdHandler( e ) ; }
286287288289290291292293294295296
} // Finally add the 1.0 profiles iortemp.addAll(profileList1_0); IOR ior = iortemp.makeIOR( orb, "", key.getId() ) ; return ORBUtility.makeObjectReference( ior ) ; } /** * This is required for corbaname: resolution. Currently we
6364656667686970717273
orb, GIOPVersion.V1_0, addr); IORTemplate iortemp = IORFactories.makeIORTemplate( okey.getTemplate() ) ; iortemp.add( ptemp ) ; IOR initialIOR = iortemp.makeIOR( (com.sun.corba.se.spi.orb.ORB)orb, "", okey.getId() ) ; bootstrapDelegate = ORBUtility.makeClientDelegate( initialIOR ) ; }
597598599600601602603604605606607
284285286287288289290291292293294