Package org.codelibs.fess.app.job
Class AllJobScheduler
java.lang.Object
org.codelibs.fess.app.job.AllJobScheduler
- All Implemented Interfaces:
org.lastaflute.job.LaJobScheduler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.lastaflute.job.LaJobRunnervoidschedule(org.lastaflute.job.LaCron cron) voidsetJobClass(Class<? extends org.lastaflute.job.LaJob> jobClass) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.lastaflute.job.LaJobScheduler
errorIfConcurrent, hookJustAfterBooting, quitIfConcurrent, waitIfConcurrent
-
Field Details
-
APP_TYPE
- See Also:
-
jobClass
-
schedulerTime
protected long schedulerTime
-
-
Constructor Details
-
AllJobScheduler
public AllJobScheduler()
-
-
Method Details
-
schedule
public void schedule(org.lastaflute.job.LaCron cron) - Specified by:
schedulein interfaceorg.lastaflute.job.LaJobScheduler
-
createRunner
public org.lastaflute.job.LaJobRunner createRunner()- Specified by:
createRunnerin interfaceorg.lastaflute.job.LaJobScheduler
-
setJobClass
-