|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openware.jdf.server.ThreadPool
Constructor Summary | |
ThreadPool(java.util.Hashtable objectTable,
int min,
int max)
|
Method Summary | |
int |
getActiveCount()
|
int |
getMaxCount()
|
int |
getMinCount()
|
WorkerThread |
getPooledThread()
|
int |
getPoolSize()
|
void |
returnToPool(WorkerThread wt)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ThreadPool(java.util.Hashtable objectTable, int min, int max)
Method Detail |
public WorkerThread getPooledThread()
public void returnToPool(WorkerThread wt)
public int getActiveCount()
public int getPoolSize()
public int getMaxCount()
public int getMinCount()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |