Oracle Ultra Search APIs
9.2

Uses of Class
oracle.ultrasearch.crawler.AgentException

Packages that use AgentException
oracle.ultrasearch.crawler This package contains all interfaces and exceptions that are part of the Oracle Ultra Search Extensible Crawler Agent API. 
 

Uses of AgentException in oracle.ultrasearch.crawler
 
Methods in oracle.ultrasearch.crawler that throw AgentException
 void CrawlerAgent.open(DataSourceParams params)
          Initialize the agent
 void CrawlerAgent.startCrawling(boolean forceRecrawl, java.util.Date lastCrawlTIme)
          Ask the agent to prepare for fetching of document URL and its attribute from the data source.
 void CrawlerAgent.stopCrawling()
          Tell the agent to stop crawling; no more fetching request.
 UrlData CrawlerAgent.fetch()
          Retrieve the next document URL data
 boolean CrawlerAgent.getAttributeLOVs(LovInfo lovNode)
          Get the list of values (LOV) for the attributes of this data source
 void CrawlerAgent.close()
          Shut down the agent
 
Oracle Ultra Search APIs
9.2