|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.jpl.oodt.cas.crawl.daemon.CrawlDaemon
gov.nasa.pds.harvest.crawler.daemon.HarvestDaemon
public class HarvestDaemon
Class that provides the capability to make the Harvest Tool run in persistance mode.
Constructor Summary | |
---|---|
HarvestDaemon(int wait,
List<PDSProductCrawler> crawlers,
int port,
AssociationPublisher associationPublisher,
RegistryIngester ingester)
Constructor |
Method Summary | |
---|---|
void |
startCrawling()
Starts the crawling mechanism. |
Methods inherited from class gov.nasa.jpl.oodt.cas.crawl.daemon.CrawlDaemon |
---|
getAverageCrawlTime, getCrawler, getMilisCrawling, getNumCrawls, getWaitInterval, isRunning, setCrawler, setMilisCrawling, setNumCrawls, setWaitInterval, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HarvestDaemon(int wait, List<PDSProductCrawler> crawlers, int port, AssociationPublisher associationPublisher, RegistryIngester ingester)
wait
- The time in seconds to wait in between crawls.crawlers
- A list of PDSProductCrawler objects to be used during
crawler persistance.port
- The port nunmber to be used.associationPublisher
- An AssociationPublisher object to process
the associations.Method Detail |
---|
public void startCrawling()
startCrawling
in class gov.nasa.jpl.oodt.cas.crawl.daemon.CrawlDaemon
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |