public interface JobManager
Modifier and Type | Field and Description |
---|---|
static String |
DOMAIN_KEY |
static org.quartz.JobKey |
NOTIFICATION_JOB |
static String |
REPORT_KEY |
static String |
TASK_KEY |
Modifier and Type | Method and Description |
---|---|
boolean |
isRunning(org.quartz.JobKey jobKey) |
void |
register(Report report,
Date startAt,
long interruptMaxRetries) |
Map<String,Object> |
register(SchedTask task,
Date startAt,
long interruptMaxRetries) |
void |
unregister(Report report) |
void |
unregister(Task task) |
static final String TASK_KEY
static final String REPORT_KEY
static final String DOMAIN_KEY
static final org.quartz.JobKey NOTIFICATION_JOB
boolean isRunning(org.quartz.JobKey jobKey) throws org.quartz.SchedulerException
org.quartz.SchedulerException
Map<String,Object> register(SchedTask task, Date startAt, long interruptMaxRetries) throws org.quartz.SchedulerException
org.quartz.SchedulerException
void register(Report report, Date startAt, long interruptMaxRetries) throws org.quartz.SchedulerException
org.quartz.SchedulerException
void unregister(Task task)
void unregister(Report report)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.