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 void
execute(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.JobExecutionException
Gets executed when the cron event gets triggered.- Specified by:
execute
in interfaceorg.quartz.Job
- Parameters:
context
- the context of the execution- Throws:
org.quartz.JobExecutionException
- if job fails
-
-