Beispiel #1
0
 public void stop() {
   progressTopic.remove();
 }
Beispiel #2
0
 public void terminate() {
   LOGGER.info("Terminating long action with id " + progressTopic.getKey().getId());
   //		thread.interrupt();
 }