70717273747576
* to implement a resolver. Obtains the necessary host and port * information from the ORB. */ public static Resolver makeBootstrapResolver( ORB orb, String host, int port ) { return new BootstrapResolverImpl( orb, host, port ) ; }
52535455565758