public class HawtThreadGroup
extends java.lang.ThreadGroup
| Modifier and Type | Field and Description |
|---|---|
private HawtDispatcher |
dispatcher |
| Constructor and Description |
|---|
HawtThreadGroup(HawtDispatcher dispatcher,
java.lang.String s) |
| Modifier and Type | Method and Description |
|---|---|
void |
uncaughtException(java.lang.Thread thread,
java.lang.Throwable throwable) |
activeCount, activeGroupCount, allowThreadSuspension, checkAccess, destroy, enumerate, enumerate, enumerate, enumerate, getMaxPriority, getName, getParent, interrupt, isDaemon, isDestroyed, list, parentOf, resume, setDaemon, setMaxPriority, stop, suspend, toStringprivate final HawtDispatcher dispatcher
public HawtThreadGroup(HawtDispatcher dispatcher, java.lang.String s)