Exemplo n.º 1
0
 @Stop
 public void stopJmdnsGroup() {
   alive = false;
   thread.interrupt();
   for (JmDnsComponent _jmdns : jmdns) {
     _jmdns.close();
   }
   jmdns = null;
   super.stopRestGroup();
 }