|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--websphinx.CrawlEvent
Crawling event. CrawlEvents are broadcast when the crawler starts, stops, or clears its state.
Field Summary | |
static int |
CLEARED
Crawler's state was cleared. |
static int |
PAUSED
Crawler was paused. |
static int |
STARTED
Crawler started. |
static int |
STOPPED
Crawler ran out of links to crawl |
static int |
TIMED_OUT
Crawler timeout expired. |
Constructor Summary | |
CrawlEvent(websphinx.Crawler crawler,
int id)
Make a CrawlEvent. |
Method Summary | |
websphinx.Crawler |
getCrawler()
Get crawler that generated the event |
int |
getID()
Get event id. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int STARTED
public static final int STOPPED
public static final int CLEARED
public static final int TIMED_OUT
public static final int PAUSED
Constructor Detail |
public CrawlEvent(websphinx.Crawler crawler, int id)
crawler
- Crawler that generated this eventid
- event id (one of STARTED, STOPPED, etc.)Method Detail |
public websphinx.Crawler getCrawler()
public int getID()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |