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) |
nl.b3p.geotools.data.linker.DataStoreLinker |
getDataStoreLinker() |
void |
scheduleDslJobImmediately(nl.b3p.datastorelinker.entity.Process process) |
void |
scheduleDslJobImmediatelyWithOldScheduler(nl.b3p.datastorelinker.entity.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 nl.b3p.geotools.data.linker.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(nl.b3p.datastorelinker.entity.Process process)
throws org.quartz.SchedulerException,
Exception
org.quartz.SchedulerExceptionExceptionpublic void scheduleDslJobImmediatelyWithOldScheduler(nl.b3p.datastorelinker.entity.Process process,
org.quartz.Scheduler oldScheduler)
throws org.quartz.SchedulerException,
Exception
process - ProcessoldScheduler - Schedulerorg.quartz.SchedulerExceptionExceptionCopyright © 2016. All rights reserved.