Oracle Ultra Search APIs
9.2

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
 
Methods in oracle.ultrasearch.crawler that return UrlData
 UrlData CrawlerAgent.fetch()
          Retrieve the next document URL data
 
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
 
Oracle Ultra Search APIs
9.2