Class Scheduler


  • public final class Scheduler
    extends Object
    • Field Detail

      • CLOCK_DAEMON

        public static final Timer CLOCK_DAEMON
    • Method Detail

      • executePeriodically

        public static void executePeriodically​(Runnable task,
                                               long period)
      • cancel

        public static void cancel​(Runnable task)
      • executeAfterDelay

        public static void executeAfterDelay​(Runnable task,
                                             long redeliveryDelay)
      • shutdown

        public static void shutdown()