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