|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.aduna.infosource.manager.RecrawlJob
public class RecrawlJob
An implementation of the Quartz Job interface which triggers a recrawl on a specific CrawlingRepository in an InfoSourceManager.
| Field Summary | |
|---|---|
static String |
CLEAR_BEFORE_CRAWL
The key used to specify whether a full- or incremental recrawl should be performed. |
static String |
MANAGER_KEY
The key used to store a reference to the InfoSourceManager on which to trigger a recrawl. |
static String |
REPOSITORY_ID_KEY
The key used to store the ID (String) of the CrawlingRepository in the JobDataMap. |
| Constructor Summary | |
|---|---|
RecrawlJob()
Creates a new RecrawlJob. |
|
| Method Summary | |
|---|---|
void |
execute(org.quartz.JobExecutionContext context)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String MANAGER_KEY
public static final String REPOSITORY_ID_KEY
public static final String CLEAR_BEFORE_CRAWL
| Constructor Detail |
|---|
public RecrawlJob()
| Method Detail |
|---|
public void execute(org.quartz.JobExecutionContext context)
execute in interface org.quartz.Job
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||