|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
org.mmbase.core.util.DaemonThread
org.mmbase.module.ModuleProbe
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.
| Field Summary |
| Fields inherited from class org.mmbase.core.util.DaemonThread |
DEFAULT_SLEEP_PERIOD, sleepPeriod |
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
ModuleProbe()
|
|
| Method Summary | |
void |
executeTask()
Invoke the maintainance method of all active MMBase modules. |
| Methods inherited from class org.mmbase.core.util.DaemonThread |
getSleepPeriod, getTask, interrupt, isRunning, run, setTask, start |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ModuleProbe()
| Method Detail |
public void executeTask()
executeTask in interface DaemonTaskexecuteTask in class DaemonThread
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||