| |
|
| java.lang.Object java.lang.Thread org.mmbase.core.util.DaemonThread org.mmbase.module.ModuleProbe
ModuleProbe | public class ModuleProbe extends DaemonThread (Code) | | ModuleProbe is a deamon thread that periodically calls the maintenance() method
of the modules active in MMBase.
The number of milliseconds of the invocation period is approximately 1 minute.
author: Pierre van Rooden author: Daniel Ockeloen version: $Id: ModuleProbe.java,v 1.12 2007/02/11 19:21:12 nklasens Exp $ |
Method Summary | |
public void | executeTask() Invoke the maintainance method of all active MMBase modules. |
ModuleProbe | public ModuleProbe()(Code) | | |
executeTask | public void executeTask()(Code) | | Invoke the maintainance method of all active MMBase modules.
|
|
|
|