Class QuartzPlugIn
java.lang.Object
com.softslate.commerce.administrator.core.QuartzPlugIn
- All Implemented Interfaces:
org.apache.struts.action.PlugIn
- Author:
- Jason McWilliams
-
Field Summary
Modifier and TypeFieldDescription(package private) static org.apache.commons.logging.Log
private org.quartz.Scheduler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
void
init
(org.apache.struts.action.ActionServlet servlet, org.apache.struts.config.ModuleConfig moduleConfig) private Properties
loadQuartzProperties
(org.apache.struts.action.ActionServlet servlet)
-
Field Details
-
log
static org.apache.commons.logging.Log log -
quartzScheduler
private org.quartz.Scheduler quartzScheduler
-
-
Constructor Details
-
QuartzPlugIn
public QuartzPlugIn()
-
-
Method Details
-
init
public void init(org.apache.struts.action.ActionServlet servlet, org.apache.struts.config.ModuleConfig moduleConfig) throws javax.servlet.ServletException - Specified by:
init
in interfaceorg.apache.struts.action.PlugIn
- Throws:
javax.servlet.ServletException
-
destroy
public void destroy()- Specified by:
destroy
in interfaceorg.apache.struts.action.PlugIn
-
loadQuartzProperties
private Properties loadQuartzProperties(org.apache.struts.action.ActionServlet servlet) throws IOException - Throws:
IOException
-