|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpygmy.core.ThreadPool
public class ThreadPool
Nested Class Summary | |
---|---|
protected class |
ThreadPool.PooledThread
|
Constructor Summary | |
---|---|
ThreadPool(int numberOfThreads)
|
Method Summary | |
---|---|
void |
execute(java.lang.Runnable runnable)
|
void |
shutdown()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThreadPool(int numberOfThreads)
Method Detail |
---|
public void execute(java.lang.Runnable runnable)
public void shutdown()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |