| Package | Description |
|---|---|
| org.mmbase.core.util | |
| org.mmbase.module.core |
The core classes for MMBase.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DaemonThread
Deprecated.
This class copies functionality present in
e.g. java.util.concurrent.ScheduledThreadPoolExecutor (a thread pool which can be used is
e.g.
ThreadPools.scheduler). If scheduling is not used, then only the
thread group is special, which can just as well be obtained by MMBaseContext.getThreadGroup(). |
| Modifier and Type | Method and Description |
|---|---|
DaemonTask |
DaemonThread.getTask()
Deprecated.
Returns the task this thread runs when started.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DaemonThread.setTask(DaemonTask task)
Deprecated.
Sets the task this thread should run when started.
|
| Modifier and Type | Method and Description |
|---|---|
static DaemonThread |
MMBaseContext.startThread(DaemonTask task,
String name)
Deprecated.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}