public class JobController extends Object implements org.quartz.StatefulJob, javax.servlet.ServletContextListener
Modifier and Type | Field and Description |
---|---|
static String |
JOB_NAME |
static String |
TRIGGER_NAME |
Constructor and Description |
---|
JobController() |
Modifier and Type | Method and Description |
---|---|
void |
contextDestroyed(javax.servlet.ServletContextEvent sce) |
void |
contextInitialized(javax.servlet.ServletContextEvent sce) |
void |
execute(org.quartz.JobExecutionContext jec) |
protected static void |
StartupCheck() |
public static final String JOB_NAME
public static final String TRIGGER_NAME
public void execute(org.quartz.JobExecutionContext jec) throws org.quartz.JobExecutionException
execute
in interface org.quartz.Job
org.quartz.JobExecutionException
public void contextInitialized(javax.servlet.ServletContextEvent sce)
contextInitialized
in interface javax.servlet.ServletContextListener
protected static void StartupCheck()
public void contextDestroyed(javax.servlet.ServletContextEvent sce)
contextDestroyed
in interface javax.servlet.ServletContextListener
Copyright © 2008–2017 MIL-OSS. All rights reserved.