Class AllJobScheduler

  • All Implemented Interfaces:
    org.lastaflute.job.LaJobScheduler

    public class AllJobScheduler
    extends java.lang.Object
    implements org.lastaflute.job.LaJobScheduler
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.lang.String APP_TYPE  
      protected java.lang.Class<? extends org.lastaflute.job.LaJob> jobClass  
      protected long schedulerTime  
    • Constructor Summary

      Constructors 
      Constructor Description
      AllJobScheduler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.lastaflute.job.LaJobRunner createRunner()  
      void schedule​(org.lastaflute.job.LaCron cron)  
      void setJobClass​(java.lang.Class<? extends org.lastaflute.job.LaJob> jobClass)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.lastaflute.job.LaJobScheduler

        errorIfConcurrent, quitIfConcurrent, waitIfConcurrent
    • Field Detail

      • jobClass

        protected java.lang.Class<? extends org.lastaflute.job.LaJob> jobClass
      • schedulerTime

        protected long schedulerTime
    • Constructor Detail

      • AllJobScheduler

        public AllJobScheduler()
    • Method Detail

      • schedule

        public void schedule​(org.lastaflute.job.LaCron cron)
        Specified by:
        schedule in interface org.lastaflute.job.LaJobScheduler
      • createRunner

        public org.lastaflute.job.LaJobRunner createRunner()
        Specified by:
        createRunner in interface org.lastaflute.job.LaJobScheduler
      • setJobClass

        public void setJobClass​(java.lang.Class<? extends org.lastaflute.job.LaJob> jobClass)