org.apache.oodt.cas.crawl.daemon
Class CrawlDaemonController
java.lang.Object
org.apache.oodt.cas.crawl.daemon.CrawlDaemonController
public class CrawlDaemonController
- extends Object
- Version:
- $Revision$
A Controller class for the Crawl Daemons
.
- Author:
- mattmann
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CrawlDaemonController
public CrawlDaemonController(String crawlUrlStr)
throws InstantiationException
- Throws:
InstantiationException
getAverageCrawlTime
public double getAverageCrawlTime()
throws CrawlException
- Throws:
CrawlException
getMilisCrawling
public int getMilisCrawling()
throws CrawlException
- Throws:
CrawlException
getWaitInterval
public int getWaitInterval()
throws CrawlException
- Throws:
CrawlException
getNumCrawls
public int getNumCrawls()
throws CrawlException
- Throws:
CrawlException
isRunning
public boolean isRunning()
throws CrawlException
- Throws:
CrawlException
stop
public void stop()
throws CrawlException
- Throws:
CrawlException
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 1999-2012 Apache OODT. All Rights Reserved.