public class QuartzScheduler extends Object
| Constructor and Description |
|---|
QuartzScheduler() |
| Modifier and Type | Method and Description |
|---|---|
String |
addScheduledJob(QuartzScheduledJob pScheduledJob) |
Properties |
getConfig() |
org.apache.logging.log4j.Logger |
getLog() |
org.quartz.Scheduler |
getScheduler() |
boolean |
isEnable() |
void |
setConfig(Properties pConfig) |
void |
setEnable(boolean pEnable) |
void |
setLog(org.apache.logging.log4j.Logger pLog) |
void |
start() |
public void start()
throws org.quartz.SchedulerException
org.quartz.SchedulerExceptionpublic String addScheduledJob(QuartzScheduledJob pScheduledJob)
public Properties getConfig()
public void setConfig(Properties pConfig)
public org.apache.logging.log4j.Logger getLog()
public void setLog(org.apache.logging.log4j.Logger pLog)
public boolean isEnable()
public void setEnable(boolean pEnable)
public org.quartz.Scheduler getScheduler()
Copyright © 2019. All rights reserved.