Class QuartzPlugIn
java.lang.Object
com.softslate.commerce.administrator.core.QuartzPlugIn
- All Implemented Interfaces:
org.apache.struts.action.PlugIn
- Author:
- Jason McWilliams
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static org.apache.commons.logging.Logprivate org.quartz.Scheduler -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddestroy()voidinit(org.apache.struts.action.ActionServlet servlet, org.apache.struts.config.ModuleConfig moduleConfig) private PropertiesloadQuartzProperties(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:
initin interfaceorg.apache.struts.action.PlugIn- Throws:
javax.servlet.ServletException
-
destroy
public void destroy()- Specified by:
destroyin interfaceorg.apache.struts.action.PlugIn
-
loadQuartzProperties
private Properties loadQuartzProperties(org.apache.struts.action.ActionServlet servlet) throws IOException - Throws:
IOException
-