|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cafesip.jiplet.ThreadPool
public class ThreadPool
| Constructor Summary | |
|---|---|
ThreadPool(int permThreads,
int tempThreads)
A constructor for this class. |
|
| Method Summary | |
|---|---|
protected void |
addToFreeQueue(TaskThread thread)
|
protected void |
decrementTempThreadCount()
|
void |
destroy()
|
int |
getTempThreadCount()
|
void |
schedule(java.lang.Runnable task)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ThreadPool(int permThreads,
int tempThreads)
| Method Detail |
|---|
public void schedule(java.lang.Runnable task)
protected void addToFreeQueue(TaskThread thread)
protected void decrementTempThreadCount()
public int getTempThreadCount()
public void destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||