Package com.eka.middleware.scheduling
Class AppScheduler
java.lang.Object
com.eka.middleware.scheduling.AppScheduler
- All Implemented Interfaces:
- org.quartz.Job
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidexecute(org.quartz.JobExecutionContext jobExecutionContext) 
- 
Constructor Details- 
AppSchedulerpublic AppScheduler()
 
- 
- 
Method Details- 
executepublic void execute(org.quartz.JobExecutionContext jobExecutionContext) throws org.quartz.JobExecutionException - Specified by:
- executein interface- org.quartz.Job
- Throws:
- org.quartz.JobExecutionException
 
 
-