| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--fipaos.util.ThreadPool.TPThread
Extends Thread to provide the ThreadGroup of the thread that requested the
Job be carried out
Field Summary | |
ThreadGroup | _parent_thread_group |
Fields inherited from class java.lang.Thread |
MIN_PRIORITY, NORM_PRIORITY, MAX_PRIORITY |
Constructor Summary | |
ThreadPool.TPThread(Runnable r, String name) |
Method Summary | |
ThreadGroup | getTPThreadGroup() |
Methods inherited from class java.lang.Thread |
currentThread, yield, sleep, sleep, start, run, stop, stop, interrupt, interrupted, isInterrupted, destroy, isAlive, suspend, resume, setPriority, getPriority, setName, getName, getThreadGroup, activeCount, enumerate, countStackFrames, join, join, join, dumpStack, setDaemon, isDaemon, checkAccess, toString, getContextClassLoader, setContextClassLoader |
Methods inherited from class java.lang.Object |
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait |
Field Detail |
public ThreadGroup _parent_thread_group
Constructor Detail |
public ThreadPool.TPThread(Runnable r, String name)
Method Detail |
public ThreadGroup getTPThreadGroup()
Association Links |
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |