org.jconfig.server
Class ThreadPool

java.lang.Object
  |
  +--org.jconfig.server.ThreadPool

public class ThreadPool
extends java.lang.Object

Author:
Administrator

Constructor Summary
ThreadPool()
           
 
Method Summary
 WorkerThread getWorker()
           
 void releaseWorkerThread(WorkerThread wt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadPool

public ThreadPool()
Method Detail

getWorker

public WorkerThread getWorker()

releaseWorkerThread

public void releaseWorkerThread(WorkerThread wt)


Copyright © 2001-2003 Andreas Mecky, Terry Dye. All Rights Reserved.