Uses of Interface
org.archive.crawler.event.CrawlURIDispositionListener

Packages that use CrawlURIDispositionListener
org.archive.crawler.admin Contains classes that the web UI uses to monitor and control crawls. 
org.archive.crawler.framework   
org.archive.crawler.frontier   
org.archive.crawler.selftest Provides the client-side aspect of the heritrix integration self test. 
 

Uses of CrawlURIDispositionListener in org.archive.crawler.admin
 

Classes in org.archive.crawler.admin that implement CrawlURIDispositionListener
 class StatisticsTracker
          This is an implementation of the AbstractTracker.
 

Uses of CrawlURIDispositionListener in org.archive.crawler.framework
 

Fields in org.archive.crawler.framework with type parameters of type CrawlURIDispositionListener
protected  java.util.ArrayList<CrawlURIDispositionListener> CrawlController.registeredCrawlURIDispositionListeners
           
 

Methods in org.archive.crawler.framework with parameters of type CrawlURIDispositionListener
 void CrawlController.addCrawlURIDispositionListener(CrawlURIDispositionListener cl)
          Register for CrawlURIDisposition events.
 

Uses of CrawlURIDispositionListener in org.archive.crawler.frontier
 

Classes in org.archive.crawler.frontier that implement CrawlURIDispositionListener
 class DomainSensitiveFrontier
          Deprecated. As of release 1.10.0. Replaced by BdbFrontier and QuotaEnforcer.
 

Uses of CrawlURIDispositionListener in org.archive.crawler.selftest
 

Classes in org.archive.crawler.selftest that implement CrawlURIDispositionListener
 class SelfTestCrawlJobHandler
          An override to gain access to end-of-crawljob message.
 



Copyright © 2003-2011 Internet Archive. All Rights Reserved.