|
Oracle® Ultra Search Java API Reference 10g Release 2 (10.2) B14221-01 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 |
void |
DocumentService.open(DataSourceParams params, java.io.PrintWriter log)Initialize the document service 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. |
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 |
DocumentService.close()Shut down the agent |
|
Oracle® Ultra Search Java API Reference 10g Release 2 (10.2) B14221-01 |
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||