com.norconex.collector.http.crawler
Class HttpCrawler

java.lang.Object
  extended by com.norconex.jef.AbstractResumableJob
      extended by com.norconex.collector.http.crawler.HttpCrawler
All Implemented Interfaces:
IJob

public class HttpCrawler
extends AbstractResumableJob


Constructor Summary
HttpCrawler(HttpCrawlerConfig crawlerConfig)
           
 
Method Summary
 IJobContext createJobContext()
           
 String getId()
           
 boolean isStopped()
           
protected  void resumeExecution(JobProgress progress, JobSuite suite)
           
protected  void startExecution(JobProgress progress, JobSuite suite)
           
 void stop(IJobStatus progress, JobSuite suite)
           
 
Methods inherited from class com.norconex.jef.AbstractResumableJob
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpCrawler

public HttpCrawler(HttpCrawlerConfig crawlerConfig)
Method Detail

createJobContext

public IJobContext createJobContext()

getId

public String getId()

isStopped

public boolean isStopped()

resumeExecution

protected void resumeExecution(JobProgress progress,
                               JobSuite suite)
Specified by:
resumeExecution in class AbstractResumableJob

startExecution

protected void startExecution(JobProgress progress,
                              JobSuite suite)
Specified by:
startExecution in class AbstractResumableJob

stop

public void stop(IJobStatus progress,
                 JobSuite suite)


Copyright © 2009-2013 Norconex Inc.. All Rights Reserved.