fipaos.util
Class ThreadPool.TPThread

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--fipaos.util.ThreadPool.TPThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
ThreadPool

public class ThreadPool.TPThread
extends java.lang.Thread

Extends Thread to provide the ThreadGroup of the thread that requested the Job be carried out


Field Summary
 java.lang.ThreadGroup _parent_thread_group
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ThreadPool.TPThread(java.lang.Runnable r, java.lang.String name)
           
 
Method Summary
 java.lang.ThreadGroup getTPThreadGroup()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_parent_thread_group

public java.lang.ThreadGroup _parent_thread_group
Constructor Detail

ThreadPool.TPThread

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

getTPThreadGroup

public java.lang.ThreadGroup getTPThreadGroup()