60616263646566676869707172
orbs.clear(); } private ORB newORB(Properties props) throws Exception { ORBSetup setup = new ORBSetup(this, props); setup.setUp(); orbs.add(setup); return setup.getORB(); }