6061626364656667686970
protected void tearDown() throws Exception { for (Iterator i = orbs.iterator(); i.hasNext();) { ORB orb = (ORB) i.next(); orb.shutdown(true); } orbs.clear(); } /**