org.mmbase.clustering.jgroups
Class ChangesSender
java.lang.Object
org.mmbase.clustering.jgroups.ChangesSender
- All Implemented Interfaces:
- Runnable
- public class ChangesSender
- extends Object
- implements Runnable
ChangesSender is a thread object sending the nodes found in the
sending queue over the multicast 'channel'.
This is the JGroups variant.
- Version:
- $Id: ChangesSender.java,v 1.6 2006/06/20 17:30:45 michiel Exp $
- Author:
- Daniel Ockeloen, Rico Jansen, Nico Klasens, Costyn van Dongen
- See Also:
Multicast,
ChangesReceiver
|
Method Summary |
void |
run()
Take messages fromt the queeu nodesToSend and send them
on the JChannel. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
run
public void run()
- Take messages fromt the queeu nodesToSend and send them
on the JChannel. send() will throw an exception in the
cases that the channel is closed or that no channel
has been joined.
- Specified by:
run in interface Runnable
MMBase build 1.8.1.20060716