109110111112113114115116117118119
errors.append(t.getMessage()); } } if(errors.length() > 0) throw new RemoteOperationException(errors.toString()); } finally { threadPool.shutdown(); try { threadPool.awaitTermination(60, TimeUnit.SECONDS);