public interface SchedTaskJobDelegate extends JobDelegate
Modifier and Type | Method and Description |
---|---|
void |
execute(String taskKey,
boolean dryRun,
org.quartz.JobExecutionContext context)
Executes a Quartz Job to run the given Task.
|
interrupt, isInterrupted
void execute(String taskKey, boolean dryRun, org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException
taskKey
- Task key to rundryRun
- indicates if execution shall be simulated with no actual changescontext
- Quartz' execution context, can be used to pass parameters to the joborg.quartz.JobExecutionException
- if anything goes wrongCopyright © 2010–2023 The Apache Software Foundation. All rights reserved.