org.mmbase.module.builders
Class PropertiesProbe

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

public class PropertiesProbe
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:
28 Nov 1998
Author:
Daniel Ockeloen

Constructor Summary
PropertiesProbe(Properties parent)
           
 
Method Summary
 void doWork()
           
 void init()
           
 void run()
           
 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

PropertiesProbe

public PropertiesProbe(Properties parent)
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()
Specified by:
run in interface java.lang.Runnable

doWork

public void doWork()


MMBase 2001