|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8) B32260-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
CrawlerPlugin is an interface used by a crawler plugin to crawl its own repository.
Method Summary | |
void |
crawl() "crawl" the data source. |
void |
init() Ask the plugin to prepare for crawling initialization |
void |
stopCrawling() Tell the plugin to stop crawling; use getCrawlerStatus() from GeneralService if the clean up depends on the crawler shutdown scenario. |
Method Detail |
public void init() throws PluginException
PluginException
- if unable to initializepublic void crawl() throws PluginException
PluginException
- for any unrecoverable errorpublic void stopCrawling() throws PluginException
PluginException
- if plugin is unable to stop crawlingGeneralService.getCrawlerStatus()
|
Oracle Secure Enterprise Search Java API Reference 10g Release 1 (10.1.8) B32260-01 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |