|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.module.core.change.MulticastChangesReceiver
MulticastChangesReceiver is a thread object that builds a MultiCast Thread to receive changes from other MMBase Servers.
| Constructor Summary | |
MulticastChangesReceiver(java.lang.String multicastHost,
int mport,
int dpsize,
Queue nodesToSpawn)
Construct the MultiCast Receiver |
|
| Method Summary | |
void |
doWork()
Let the thread do his work |
void |
run()
Run thread |
void |
start()
Start thread |
void |
stop()
Stop thread |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MulticastChangesReceiver(java.lang.String multicastHost,
int mport,
int dpsize,
Queue nodesToSpawn)
multicastHost - 'channel' of the multicastmport - port of the multicastdpsize - datapacket receive sizenodesToSpawn - Queue of received messages| Method Detail |
public void start()
public void stop()
public void run()
run in interface java.lang.Runnablepublic void doWork()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||