com.github.ltsopensource.jobtracker.support
Class NonRelyOnPrevCycleJobScheduler

java.lang.Object
  extended by com.github.ltsopensource.jobtracker.support.NonRelyOnPrevCycleJobScheduler

public class NonRelyOnPrevCycleJobScheduler
extends Object

仅用于不依赖上一周期的任务生成器

Author:
Robert HG (254963746@qq.com) on 4/2/16.

Constructor Summary
NonRelyOnPrevCycleJobScheduler(JobTrackerAppContext appContext)
           
 
Method Summary
 void addScheduleJobForOneHour(com.github.ltsopensource.queue.domain.JobPo jobPo)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonRelyOnPrevCycleJobScheduler

public NonRelyOnPrevCycleJobScheduler(JobTrackerAppContext appContext)
Method Detail

start

public void start()

stop

public void stop()

addScheduleJobForOneHour

public void addScheduleJobForOneHour(com.github.ltsopensource.queue.domain.JobPo jobPo)


Copyright © 2017. All rights reserved.