Skip navigation links

Oracle Secure Enterprise Search Java API Reference
10g Release 1 (10.1.8.2)

E10465-01


Uses of Class
oracle.search.sdk.crawler.PluginException

Packages that use PluginException
oracle.search.sdk.crawler Provides interfaces and exceptions that are part of the Oracle Secure Enterprise Search Crawler Plug-in API 

 

Uses of PluginException in oracle.search.sdk.crawler

 

Methods in oracle.search.sdk.crawler that throw PluginException
 void CrawlerPluginManager.init(ParameterValues params, boolean forceRecrawl, Date lastCrawlTime, GeneralService generalMgr, int threadCount)
          Initialize the plugin manager
 void CrawlerPluginManager.cleanup()
          plugin manager cleanup; use getCrawlerStatus() from GeneralService if the clean up depends on the crawler shutdown scenario.
 void CrawlerPlugin.init()
          Ask the plugin to prepare for crawling initialization
 void CrawlerPlugin.crawl()
          "crawl" the data source.
 void CrawlerPlugin.stopCrawling()
          Tell the plugin to stop crawling; use getCrawlerStatus() from GeneralService if the clean up depends on the crawler shutdown scenario.

 


Skip navigation links

Oracle Secure Enterprise Search Java API Reference
10g Release 1 (10.1.8.2)

E10465-01


Copyright © 2006, 2007, Oracle. All rights reserved.