org.mmbase.clustering.unicast
Class Unicast

java.lang.Object
  extended byorg.mmbase.clustering.ClusterManager
      extended byorg.mmbase.clustering.unicast.Unicast
All Implemented Interfaces:
AllEventListener, EventListener, Runnable

public class Unicast
extends ClusterManager

Version:
$Id: Unicast.java,v 1.9 2006/06/21 05:46:20 michiel Exp $
Author:
Nico Klasens
Warning: No Java Documentation Available.

Field Summary
static String CONFIG_FILE
           
 
Fields inherited from class org.mmbase.clustering.ClusterManager
compatible17, follownr, kicker, nodesToSend, nodesToSpawn, receive, send, spawnThreads
 
Constructor Summary
Unicast()
           
 
Method Summary
 void changedNode(NodeEvent event)
           
protected  void readConfiguration(Map configuration)
           
protected  void startCommunicationThreads()
          Subclasses should start the communication threads in this method
protected  void stopCommunicationThreads()
          Subclasses should stop the communication threads in this method
 
Methods inherited from class org.mmbase.clustering.ClusterManager
createMessage, createMessage, handleEvent, notify, parseMessage, parseMessageBackwardCompatible, run, shutdown, start
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_FILE

public static final String CONFIG_FILE
See Also:
Constant Field Values
Constructor Detail

Unicast

public Unicast()
Method Detail

readConfiguration

protected void readConfiguration(Map configuration)
Overrides:
readConfiguration in class ClusterManager

startCommunicationThreads

protected void startCommunicationThreads()
Description copied from class: ClusterManager
Subclasses should start the communication threads in this method

Specified by:
startCommunicationThreads in class ClusterManager
See Also:
ClusterManager.startCommunicationThreads()

stopCommunicationThreads

protected void stopCommunicationThreads()
Description copied from class: ClusterManager
Subclasses should stop the communication threads in this method

Specified by:
stopCommunicationThreads in class ClusterManager
See Also:
ClusterManager.stopCommunicationThreads()

changedNode

public void changedNode(NodeEvent event)


MMBase build 1.8.1.20060716