Interface TimerIfc

    • Method Detail

      • schedule

        void schedule​(TimerTask task,
                      long delay)
      • schedule

        void schedule​(TimerTask task,
                      long delay,
                      long period)
      • schedule

        void schedule​(TimerTask task,
                      Date firstTime,
                      long period)
      • scheduleAtFixedRate

        void scheduleAtFixedRate​(TimerTask task,
                                 long delay,
                                 long period)
      • scheduleAtFixedRate

        void scheduleAtFixedRate​(TimerTask task,
                                 Date firstTime,
                                 long period)
      • schedule

        void schedule​(String name,
                      TimerTask task,
                      long delay,
                      long period)
      • scheduleAtFixedRate

        void scheduleAtFixedRate​(String name,
                                 TimerTask task,
                                 long delay,
                                 long period)
      • scheduleAtFixedRate

        void scheduleAtFixedRate​(String name,
                                 TimerTask task,
                                 Date firstTime,
                                 long period)
      • cancel

        void cancel()