Package de.mhus.lib.core
Class MThreadDaemon
- java.lang.Object
-
- de.mhus.lib.core.MLog
-
- de.mhus.lib.core.lang.MObject
-
- de.mhus.lib.core.MThread
-
- de.mhus.lib.core.MThreadDaemon
-
-
Constructor Summary
Constructors Constructor Description MThreadDaemon()MThreadDaemon(Runnable _task)MThreadDaemon(Runnable _task, String _name)MThreadDaemon(String _name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ThreadGroupgetGroup()protected voidinitThread(Thread thread)-
Methods inherited from class de.mhus.lib.core.MThread
asynchron, getAsynchronWithTimeout, getAsynchronWithTimeout, getName, getPriority, getTask, getThread, getWithTimeout, interupt, run, setName, setPriority, sleep, start, stop, taskError, toString, waitFor, waitForWithException
-
-
-
-
Method Detail
-
initThread
protected void initThread(Thread thread)
- Overrides:
initThreadin classMThread
-
getGroup
protected ThreadGroup getGroup()
-
-