Dresden OCL Toolkit

tudresden.ocl.injection.reverseeng
Class ThreadPool.PooledThread

java.lang.Object
  extended byjava.lang.Thread
      extended bytudresden.ocl.injection.reverseeng.ThreadPool.PooledThread
All Implemented Interfaces:
Runnable
Enclosing class:
ThreadPool

private static class ThreadPool.PooledThread
extends Thread


Field Summary
private  int m_nID
           
private  ThreadPool m_tp
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
ThreadPool.PooledThread(ThreadPool tp, int nID)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, 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

m_nID

private int m_nID

m_tp

private ThreadPool m_tp
Constructor Detail

ThreadPool.PooledThread

public ThreadPool.PooledThread(ThreadPool tp,
                               int nID)
Method Detail

run

public void run()

Dresden OCL Toolkit

Submit a bug
Developed at the Dresden University of Technology.
This software is published under the GNU Lesser General Public License.