org.mmbase.module
Class ModuleProbe

java.lang.Object
  |
  +--org.mmbase.module.ModuleProbe
All Implemented Interfaces:
java.lang.Runnable

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

admin module, keeps track of all the worker pools and adds/kills workers if needed (depending on there load and info from the config module).

Version:
27 Mar 1997
Author:
Daniel Ockeloen

Constructor Summary
ModuleProbe(java.util.Hashtable mods)
           
 
Method Summary
 void init()
           
 void run()
          admin probe, try's to make a call to all the maintainance calls.
 void start()
          Starts the admin Thread.
 void stop()
          Stops the admin Thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleProbe

public ModuleProbe(java.util.Hashtable mods)
Method Detail

init

public void init()

start

public void start()
Starts the admin Thread.

stop

public void stop()
Stops the admin Thread.

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 2001