|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.mmbase.module.builders.vwms.JudasURLpusher
A background process that registers pagechanges and pushes for reloads of those pages, for proxy caching (and mirroring).
| Constructor Summary | |
JudasURLpusher(Judas parent)
Constructor of the URL pusher class. |
|
| Method Summary | |
void |
addURL(java.lang.String url)
Adds a url to be scheduled for reload. |
void |
addURL(java.lang.String url,
int priority)
Adds a url to be scheduled for reload. |
void |
doWork()
Main work loop. |
void |
init()
Intializes the class. |
void |
run()
Main loop, exception protected |
void |
start()
Starts the main Thread. |
void |
stop()
Stops the main Thread. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JudasURLpusher(Judas parent)
parent - the instance that starts the class| Method Detail |
public void init()
public void start()
public void stop()
public void run()
run in interface java.lang.RunnabledoWork()public void doWork()
public void addURL(java.lang.String url)
url - the url to reload
public void addURL(java.lang.String url,
int priority)
url - the url to reloadpriority - priority at which the url needs to be reloaded
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||