|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--websphinx.util.Timer | +--websphinx.Chronicle
Run a crawler periodically.
Field Summary | |
(package private) Crawler |
crawler
|
(package private) int |
interval
|
(package private) boolean |
running
|
(package private) boolean |
triggered
|
Fields inherited from class websphinx.util.Timer |
deadline, isExpired, manager, next, periodic, prev |
Constructor Summary | |
Chronicle(Crawler crawler,
int interval)
Make a Chronicle. |
Method Summary | |
protected void |
alarm()
|
static void |
main(java.lang.String[] args)
|
void |
run()
Background thread that runs the crawler. |
void |
start()
Start chronicling. |
void |
stop()
Stop chronicling. |
Methods inherited from class websphinx.util.Timer |
cancel, expired, getInterval, getPeriodic, set |
Methods inherited from class java.lang.Object |
|
Field Detail |
Crawler crawler
int interval
boolean running
boolean triggered
Constructor Detail |
public Chronicle(Crawler crawler, int interval)
crawler
- Crawler to run periodicallyinterval
- Invocation interval, in seconds. Crawler is invoked
every interval seconds. If the crawler is still running
when interval seconds have elapsed, it is aborted.Method Detail |
public void start()
public void stop()
public void run()
run
in interface java.lang.Runnable
protected void alarm()
alarm
in class Timer
public static void main(java.lang.String[] args) throws java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |