Package adams.flow.standalone
Class Cron.CronJob
- java.lang.Object
-
- adams.flow.standalone.Cron.CronJob
-
-
Constructor Summary
Constructors Constructor Description CronJob()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.quartz.JobExecutionContext context)Gets executed when the cron event gets triggered.
-
-
-
Method Detail
-
execute
public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionExceptionGets executed when the cron event gets triggered.- Specified by:
executein interfaceorg.quartz.Job- Parameters:
context- the context of the execution- Throws:
org.quartz.JobExecutionException- if job fails
-
-