Class RebuildIndexJob
- java.lang.Object
-
- de.ipk_gatersleben.bit.bi.edal.primary_data.file.implementation.RebuildIndexJob
-
- All Implemented Interfaces:
org.quartz.Job
@DisallowConcurrentExecution public class RebuildIndexJob extends java.lang.Object implements org.quartz.Job
Class to define theJob
to rebuild the Lucene index after running a clean up.
-
-
Constructor Summary
Constructors Constructor Description RebuildIndexJob()
-
Method Summary
Modifier and Type Method Description void
execute(org.quartz.JobExecutionContext context)
-
-
-
Method Detail
-
execute
public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException
Call the
ServiceProvider
of the currentImplementationProvider
and rebuild the index- Specified by:
execute
in interfaceorg.quartz.Job
- Throws:
org.quartz.JobExecutionException
-
-