/** Fermeture du watcher */
 public void close() {
   connection.doQuit();
   connection.stop();
 }