356357358359360361362363364365366
fail(ex); throw new RuntimeException(ex); } TestLocator_impl locatorImpl = new TestLocator_impl(orb); ServantLocator locator = locatorImpl._this(orb); try { poa.set_servant_manager(locator); } catch (WrongPolicy ex)
181182183184185186187188189190191
return rfm ; } private org.omg.CORBA.Object getRemoteNamingReference( Remote remoteNamingProvider ) { final ServantLocator locator = new RemoteNamingServantLocator( orb, remoteNamingProvider ) ; final PresentationManager pm = ORB.getPresentationManager() ; String repositoryId ;
185186187188189190191192193194195