Class SchedulerTool

    • Constructor Summary

      Constructors 
      Constructor Description
      SchedulerTool()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addJob​(java.lang.String operationName, int period)  
      void addJob​(java.lang.String operationName, int period, int times)  
      void schedule​(java.lang.String operationName, int period)  
      void schedule​(java.lang.String operationName, int period, int times)  
      void start()  
      void start​(int time)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait