Beispiel #1
0
 public void join() throws InterruptedException {
   nioServerFactory.join();
 }
Beispiel #2
0
 public void shutdown() throws InterruptedException {
   down = true;
   nioServerFactory.shutdown();
   bookie.shutdown();
 }