|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sourceforge.beanindex.util.ThreadPool
| Constructor Summary | |
ThreadPool()
|
|
| Method Summary | |
void |
disable()
disable the thread pool. |
void |
enable()
|
void |
run(java.lang.Runnable work)
Do some work. |
void |
setMaximumSize(int size)
sets the maximum limit of this ThreadPool |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ThreadPool()
| Method Detail |
public void enable()
public void disable()
public void setMaximumSize(int size)
size - public void run(java.lang.Runnable work)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||