Class ScheduleInit

  • All Implemented Interfaces:
    Init

    public class ScheduleInit
    extends java.lang.Object
    implements Init
    定时任务执行类初始化
    Author:
    WD
    • Constructor Summary

      Constructors 
      Constructor Description
      ScheduleInit()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void init()
      初始化实现方法
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScheduleInit

        public ScheduleInit()
    • Method Detail

      • init

        public void init()
        Description copied from interface: Init
        初始化实现方法
        Specified by:
        init in interface Init