fipaos.util
Class ThreadPool.TPThread

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--fipaos.util.ThreadPool.TPThread

public class ThreadPool.TPThread
extends Thread

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
 ThreadGroupgetTPThreadGroup()
           

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

_parent_thread_group

public ThreadGroup _parent_thread_group
Constructor Detail

ThreadPool.TPThread

public ThreadPool.TPThread(Runnable r, String name)
Method Detail

getTPThreadGroup

public ThreadGroup getTPThreadGroup()

Association Links

to Class java.lang.ThreadGroup