Class VolatileQuartScheduler.VolatileJobExecutor
- java.lang.Object
-
- org.silverpeas.core.scheduler.quartz.JobExecutor
-
- org.silverpeas.core.scheduler.quartz.VolatileQuartScheduler.VolatileJobExecutor
-
- All Implemented Interfaces:
org.quartz.Job
- Enclosing class:
- VolatileQuartScheduler
public static class VolatileQuartScheduler.VolatileJobExecutor extends JobExecutor
-
-
Constructor Summary
Constructors Constructor Description VolatileJobExecutor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Job
getJob(org.quartz.JobDetail jobDetail)
protected SchedulerEventListener
getSchedulerEventListener(org.quartz.JobDetail jobDetail)
-
Methods inherited from class org.silverpeas.core.scheduler.quartz.JobExecutor
execute, execute
-
-
-
-
Method Detail
-
getJob
protected Job getJob(org.quartz.JobDetail jobDetail) throws org.quartz.JobExecutionException
- Specified by:
getJob
in classJobExecutor
- Throws:
org.quartz.JobExecutionException
-
getSchedulerEventListener
protected SchedulerEventListener getSchedulerEventListener(org.quartz.JobDetail jobDetail) throws org.quartz.JobExecutionException
- Specified by:
getSchedulerEventListener
in classJobExecutor
- Throws:
org.quartz.JobExecutionException
-
-