public class TaskJob extends AbstractInterruptableJob
Modifier and Type | Class and Description |
---|---|
static class |
TaskJob.Status
Task execution status.
|
Modifier and Type | Field and Description |
---|---|
static String |
DELEGATE_IMPLEMENTATION |
static String |
DRY_RUN_JOBDETAIL_KEY |
Constructor and Description |
---|
TaskJob() |
Modifier and Type | Method and Description |
---|---|
void |
execute(org.quartz.JobExecutionContext context) |
JobDelegate |
getDelegate() |
void |
setTaskKey(String taskKey)
Task key setter.
|
interrupt
public static final String DRY_RUN_JOBDETAIL_KEY
public static final String DELEGATE_IMPLEMENTATION
public void setTaskKey(String taskKey)
taskKey
- to be setpublic JobDelegate getDelegate()
getDelegate
in class AbstractInterruptableJob
public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException
org.quartz.JobExecutionException
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.