Package com.hack23.cia.service.impl.task
Class UpdateSearchIndexJob
java.lang.Object
org.springframework.scheduling.quartz.QuartzJobBean
com.hack23.cia.service.impl.task.AbstractJob
com.hack23.cia.service.impl.task.UpdateSearchIndexJob
- All Implemented Interfaces:
Serializable
,org.quartz.Job
The Class UpdateSearchIndexJob.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
executeInternal
(org.quartz.JobExecutionContext jobContext) Methods inherited from class com.hack23.cia.service.impl.task.AbstractJob
getJobContextHolder
Methods inherited from class org.springframework.scheduling.quartz.QuartzJobBean
execute
-
Constructor Details
-
UpdateSearchIndexJob
public UpdateSearchIndexJob()
-
-
Method Details
-
executeInternal
protected void executeInternal(org.quartz.JobExecutionContext jobContext) throws org.quartz.JobExecutionException - Specified by:
executeInternal
in classorg.springframework.scheduling.quartz.QuartzJobBean
- Throws:
org.quartz.JobExecutionException
-