|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.ThreadGroup | +--edu.nmu.system.SystemThreadGroup
Created by IntelliJ IDEA. User: entropy Date: Jan 14, 2003 Time: 6:11:33 PM To change this template use Options | File Templates. Untested but complete
Constructor Summary | |
SystemThreadGroup(java.lang.String name)
|
|
SystemThreadGroup(java.lang.ThreadGroup parent,
java.lang.String name)
|
Method Summary | |
static SystemThreadGroup |
currentSystemThreadGroup()
|
int |
getDepth()
|
SystemThreadGroup |
getParentSystemThreadGroup()
|
static SystemThreadGroup |
getSystemThreadGroup(java.lang.Thread t)
|
static SystemThreadGroup |
getSystemThreadGroup(java.lang.ThreadGroup tg)
|
Methods inherited from class java.lang.ThreadGroup |
activeCount, activeGroupCount, allowThreadSuspension, checkAccess, destroy, enumerate, enumerate, enumerate, enumerate, getMaxPriority, getName, getParent, interrupt, isDaemon, isDestroyed, list, parentOf, resume, setDaemon, setMaxPriority, stop, suspend, toString, uncaughtException |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SystemThreadGroup(java.lang.String name)
public SystemThreadGroup(java.lang.ThreadGroup parent, java.lang.String name)
Method Detail |
public static SystemThreadGroup currentSystemThreadGroup()
public int getDepth()
public SystemThreadGroup getParentSystemThreadGroup()
public static SystemThreadGroup getSystemThreadGroup(java.lang.Thread t)
public static SystemThreadGroup getSystemThreadGroup(java.lang.ThreadGroup tg)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |