org.mmbase.module.tools
Class MMAdminProbe

java.lang.Object
  extended byorg.mmbase.module.tools.MMAdminProbe
All Implemented Interfaces:
Runnable

public class MMAdminProbe
extends Object
implements Runnable

Bootstrap class that wait's in a thead for MMBase to have a running state. Once the state is running it calls MMAdmin.probeCall() and finishes.

Version:
$Id: MMAdminProbe.java,v 1.10 2005/10/23 18:00:50 nklasens Exp $
Author:
Daniel Ockeloen
Class for Application :
Admin, Application

Field Summary
static long DEFAULT_SLEEP_TIME
          DEFAULT_SLEEP_TIME = 0 ms
static long DEFAULT_START_DELAY
          DEFAULT_START_DELAY = 2000; ms
 
Constructor Summary
MMAdminProbe(MMAdmin parent, long sleeptime)
           
MMAdminProbe(MMAdmin parent, MMBase mmb)
           
 
Method Summary
 void init()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_SLEEP_TIME

public static final long DEFAULT_SLEEP_TIME
DEFAULT_SLEEP_TIME = 0 ms

See Also:
Constant Field Values

DEFAULT_START_DELAY

public static final long DEFAULT_START_DELAY
DEFAULT_START_DELAY = 2000; ms

See Also:
Constant Field Values
Constructor Detail

MMAdminProbe

public MMAdminProbe(MMAdmin parent,
                    MMBase mmb)

MMAdminProbe

public MMAdminProbe(MMAdmin parent,
                    long sleeptime)
Method Detail

init

public void init()

run

public void run()
Specified by:
run in interface Runnable


MMBase build 1.8.1.20060716