|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.module.core.change.UnicastChangesSender
UnicastChangesSender is a thread object sending the nodes found in the sending queue over unicast connections
| Constructor Summary | |
UnicastChangesSender(int unicastPort,
int unicastTimeout,
Queue nodesToSend,
MMBase mmbase)
Construct UniCast Sender |
|
| Method Summary | |
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 UnicastChangesSender(int unicastPort,
int unicastTimeout,
Queue nodesToSend,
MMBase mmbase)
unicastPort - port of the unicast connectionsunicastTimeout - timeout on the connectionsnodesToSend - Queue of messages to sendmmbase - MMBase instance| Method Detail |
public void start()
public void stop()
public void run()
run in interface java.lang.Runnable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||