|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.bot.spider.SpiderWorker
public class SpiderWorker
SpiderWorker: This class forms the workloads that are passed onto the thread pool.
| Constructor Summary | |
|---|---|
SpiderWorker(Spider spider,
java.net.URL url)
Construct a SpiderWorker object. |
|
| Method Summary | |
|---|---|
void |
run()
This method is called by the thread pool to process one single URL. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpiderWorker(Spider spider,
java.net.URL url)
spider - The spider this worker will work with.url - The URL to be processed.| Method Detail |
|---|
public void run()
run in interface java.lang.Runnable
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||