org.mmbase.clustering.multicast
Class Multicast
java.lang.Object
org.mmbase.clustering.ClusterManager
org.mmbase.clustering.multicast.Multicast
- All Implemented Interfaces:
- AllEventListener, EventListener, Runnable
- public class Multicast
- extends ClusterManager
Multicast is a thread object that reads the receive queue
and spawns them to call the objects (listeners) who need to know.
The Multicast start two threads to handle the sending and receiving of
multicast messages.
- Version:
- $Id: Multicast.java,v 1.10 2006/07/06 11:40:48 michiel Exp $
- Author:
- Daniel Ockeloen, Rico Jansen, Nico Klasens
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONFIG_FILE
public static final String CONFIG_FILE
- See Also:
- Constant Field Values
Multicast
public Multicast()
readConfiguration
protected void readConfiguration(Map configuration)
- Overrides:
readConfiguration in class ClusterManager
- Since:
- MMBase-1.8.1
startCommunicationThreads
protected void startCommunicationThreads()
- Description copied from class:
ClusterManager
- Subclasses should start the communication threads in this method
- Specified by:
startCommunicationThreads in class ClusterManager
stopCommunicationThreads
protected void stopCommunicationThreads()
- Description copied from class:
ClusterManager
- Subclasses should stop the communication threads in this method
- Specified by:
stopCommunicationThreads in class ClusterManager
MMBase build 1.8.1.20060716