159160161162163164165166167168169
office1 = null; office2.stop(); office2 = null; office3.stop(); office3 = null; } finally { if (office1 != null)
176177178179180181182183184185186
office2.stop(); } if (office3 != null) { office3.stop(); } } }
443444445446447448449450451452453
// Stop all offices office1.stop(); office2.stop(); office3.stop(); // Start them all office1.start(); office2.start(); office3.start();
598599600601602603604605606607608
if (office3 != null) { try { office3.stop(); } catch (Exception ignore) { } }
696697698699700701702703704705706
office2.stop(); dumpNodeIDView(office3); office3.stop(); //Start all nodes office1.start(); office2.start();
761762763764765766767768769770771
871872873874875876877878879880881
967968969970971972973974975976977
10681069107010711072107310741075107610771078
11771178117911801181118211831184118511861187