|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ThreadPool
The ThreadPool interface allows to start runnables by getting threads from a managed pool.
| Method Summary | |
|---|---|
void |
execute(java.lang.Runnable runnable)
Execute a runnable |
ThreadPoolConfig |
getConfiguration()
|
java.lang.String |
getName()
The name of the thread pool. |
void |
shutdown()
Shut down the thread pool. |
| Method Detail |
|---|
void execute(java.lang.Runnable runnable)
runnable - The Runnable to executejava.lang.String getName()
void shutdown()
ThreadPoolConfig getConfiguration()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||