Skip navigation links

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

B28329-01


Uses of Interface
oracle.ultrasearch.crawler.UrlData

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

 

Uses of UrlData in oracle.ultrasearch.crawler

 

Classes in oracle.ultrasearch.crawler that implement UrlData
 class DocAttributes
          DocAttributes is to be used by a crawler agent to submit url related data to the crawler.

 

Methods in oracle.ultrasearch.crawler that return UrlData
 UrlData CrawlerAgent.fetch()
          Retrieve the next document URL data
 UrlData DocumentService.getAttribute(int urlId)
          Set the attributes of the document identified by urlId

 

Methods in oracle.ultrasearch.crawler with parameters of type UrlData
 void CrawlerAgent.received(UrlData urlNode)
          Acknowledge that the urlNode sent from the fetch method has been received

 


Skip navigation links

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

B28329-01


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