Uses of Interface
org.archive.hcc.client.CurrentCrawlJob

Packages that use CurrentCrawlJob
org.archive.hcc.client   
 

Uses of CurrentCrawlJob in org.archive.hcc.client
 

Classes in org.archive.hcc.client that implement CurrentCrawlJob
 class CurrentCrawlJobImpl
           
 

Methods in org.archive.hcc.client that return CurrentCrawlJob
 CurrentCrawlJob ClusterControllerClient.getCurrentCrawlJob(Crawler crawler)
          Returns the current job running on the specified crawler.
 CurrentCrawlJob ClusterControllerClientImpl.getCurrentCrawlJob(Crawler crawler)
           
 

Methods in org.archive.hcc.client with parameters of type CurrentCrawlJob
 void CurrentCrawlJobAdapter.crawlJobPaused(CurrentCrawlJob job)
           
 void CurrentCrawlJobListener.crawlJobPaused(CurrentCrawlJob job)
           
 void CurrentCrawlJobAdapter.crawlJobResumed(CurrentCrawlJob job)
           
 void CurrentCrawlJobListener.crawlJobResumed(CurrentCrawlJob job)
           
 void CurrentCrawlJobAdapter.crawlJobStarted(CurrentCrawlJob job)
           
 void CurrentCrawlJobListener.crawlJobStarted(CurrentCrawlJob job)
           
 void CurrentCrawlJobAdapter.crawlJobStopping(CurrentCrawlJob job)
           
 void CurrentCrawlJobListener.crawlJobStopping(CurrentCrawlJob job)
           
 void CurrentCrawlJobAdapter.statisticsChanged(CurrentCrawlJob job, java.util.Map statistics)
           
 void CurrentCrawlJobListener.statisticsChanged(CurrentCrawlJob job, java.util.Map statistics)
           
 



Copyright © 2005-2008 The Internet Archive. All Rights Reserved.