112113114115116117118119120121122
} catch (InterruptedException e) { System.err.println("didn't wait long enough:" + e); return (-1); } manager.join(); zkw.close(); return (0); }
} catch (InterruptedException e) { System.err.println("didn't wait long enough:" + e); return (-1); } manager.join(); return (0); } static class DummyServer implements Server {