6364656667686970717273
instance.restart(opts); } catch (Exception e) { exception.addException(e); } } exception.throwIfExceptions(); while (true) { boolean allStarted = true; for (Instance child : toWaitFor) { allStarted &= Instance.STARTED.equals(child.getState()); }
42434445464748495051
instance.stop(); } catch (Exception e) { exception.addException(e); } } exception.throwIfExceptions(); return null; } }
7475767778798081828384
} } catch (Exception e) { exception.addException(e); } } exception.throwIfExceptions(); while (true) { boolean allStarted = true; for (Instance child : toWaitFor) { allStarted &= Instance.STARTED.equals(child.getState()); }
44454647484950515253
instance.destroy(); } catch (Exception e) { exception.addException(e); } } exception.throwIfExceptions(); return null; } }