Modifier and Type | Field and Description |
---|---|
Configuration |
configuration |
static String |
copyright |
static org.slf4j.Logger |
logger |
protected org.quartz.Scheduler |
scheduler |
ServletContext |
servletContext |
protected boolean |
startOnLoad |
protected ModuleStatus |
status |
protected boolean |
waitOnShutdown |
Constructor and Description |
---|
QuartzModule() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
String |
getId() |
int |
getMigrationVersion() |
String |
getModuleVersion() |
String |
getName() |
double |
getPriority() |
protected org.quartz.impl.StdSchedulerFactory |
getSchedulerFactory(String configFile) |
ModuleStatus |
getStatus() |
void |
init() |
int |
install() |
void |
start() |
void |
stop() |
public static final String copyright
public Configuration configuration
public ServletContext servletContext
protected org.quartz.Scheduler scheduler
protected boolean startOnLoad
protected boolean waitOnShutdown
protected ModuleStatus status
public static final org.slf4j.Logger logger
public String getModuleVersion()
getModuleVersion
in interface Module
public int getMigrationVersion()
getMigrationVersion
in interface Module
public double getPriority()
getPriority
in interface Module
protected org.quartz.impl.StdSchedulerFactory getSchedulerFactory(String configFile) throws org.quartz.SchedulerException
org.quartz.SchedulerException
public ModuleStatus getStatus()