Skip navigation links

Oracle® Ultra Search Java API Reference
11g Release 1 (11.1)

B28329-01


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 DocumentService.close()
          Shut down the agent
 void CrawlerAgent.close()
          Shut down the agent
 int DocumentService.doService(java.lang.String documentUrl, int urlId, java.io.Reader docReader)
          Ask the agent to prepare for fetching of document URL and its attribute from the data source.
 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.open(DataSourceParams params)
          Initialize the agent
 void DocumentService.open(DataSourceParams params, java.io.PrintWriter log)
          Initialize the document service agent
 void DocumentService.received(int urlId)
          Called after finishing work with the target document to allow the agent to do any clean up work associate with its service
 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.

 


Skip navigation links

Oracle® Ultra Search Java API Reference
11g Release 1 (11.1)

B28329-01


Copyright © 2002,2007, Oracle. All Rights Reserved.