|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.module.core.change.UnicastChangesReceiver
UnicastChangesReceiver is a thread object that builds a Unicast Thread to receive changes from other MMBase Servers.
| Constructor Summary | |
UnicastChangesReceiver(int unicastPort,
Queue nodesToSpawn)
Construct UniCast 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 UnicastChangesReceiver(int unicastPort,
Queue nodesToSpawn)
unicastPort - port of the unicast connectionsnodesToSpawn - 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 | ||||||||