public void stop() {
   log.debug("stop");
   try {
     SecurityActions.shutdownScheduler(sched);
   } catch (SchedulerException e) {
     throw new RuntimeException(e);
   }
 }