public class DataStoreLinkJob extends Object implements org.quartz.Job
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_DEFAULT_FROM_ADDRESS |
static String |
KEY_DEFAULT_SMTP_HOST |
| Constructor and Description |
|---|
DataStoreLinkJob() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.quartz.JobExecutionContext jec) |
DataStoreLinker |
getDataStoreLinker() |
void |
scheduleDslJobImmediately(Process process) |
void |
scheduleDslJobImmediatelyWithOldScheduler(Process process,
org.quartz.Scheduler oldScheduler)
Run a linked process immediately.
|
void |
setFatalException(Throwable fatalException) |
public static final String KEY_DEFAULT_SMTP_HOST
public static final String KEY_DEFAULT_FROM_ADDRESS
public void setFatalException(Throwable fatalException)
public DataStoreLinker getDataStoreLinker() throws Throwable
Throwablepublic void execute(org.quartz.JobExecutionContext jec)
throws org.quartz.JobExecutionException
execute in interface org.quartz.Joborg.quartz.JobExecutionExceptionpublic void scheduleDslJobImmediately(Process process) throws org.quartz.SchedulerException, Exception
org.quartz.SchedulerExceptionExceptionpublic void scheduleDslJobImmediatelyWithOldScheduler(Process process, org.quartz.Scheduler oldScheduler) throws org.quartz.SchedulerException, Exception
process - ProcessoldScheduler - Schedulerorg.quartz.SchedulerExceptionExceptionCopyright © 2020 B3Partners B.V.. All rights reserved.