org.mmbase.module.core
Class MultiCastChangesReceiver

java.lang.Object
  extended byorg.mmbase.module.core.MultiCastChangesReceiver
All Implemented Interfaces:
java.lang.Runnable

public class MultiCastChangesReceiver
extends java.lang.Object
implements java.lang.Runnable

MultiCastChangesReceiver is a thread object that reads the receive queue and spawns them to call the objects (listeners) who need to know.

Version:
$Id: MultiCastChangesReceiver.java,v 1.11 2004/02/18 15:03:13 keesj Exp $
Author:
Rico Jansen
Warning: No Java Documentation Available.

Constructor Summary
MultiCastChangesReceiver(MMBaseMultiCast parent, Queue nodesToSpawn)
           
 
Method Summary
 void init()
           
 void run()
          admin probe, try's to make a call to all the maintainance calls.
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiCastChangesReceiver

public MultiCastChangesReceiver(MMBaseMultiCast parent,
                                Queue nodesToSpawn)
Warning: No Java Documentation Available.
Method Detail

init

public void init()
Warning: No Java Documentation Available.

start

public void start()
Warning: No Java Documentation Available.

stop

public void stop()
Warning: No Java Documentation Available.

run

public void run()
admin probe, try's to make a call to all the maintainance calls.

Specified by:
run in interface java.lang.Runnable


MMBase build 1.7.1.20041002