124125126127128129130131132133134
for (int i = 0; i < client_runners.length; ++i) client_runners[i].join(); while (orb.work_pending()) orb.perform_work(); } System.out.println(); System.out.println("Client finished successfully."); }