Package com.eka.middleware.scheduling
Class AppScheduler
java.lang.Object
com.eka.middleware.scheduling.AppScheduler
- All Implemented Interfaces:
org.quartz.Job
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(org.quartz.JobExecutionContext jobExecutionContext)
-
Constructor Details
-
AppScheduler
public AppScheduler()
-
-
Method Details
-
execute
public void execute(org.quartz.JobExecutionContext jobExecutionContext) throws org.quartz.JobExecutionException - Specified by:
execute
in interfaceorg.quartz.Job
- Throws:
org.quartz.JobExecutionException
-