|
|||||||||
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(java.lang.Runnable runnable)
Execute a runnable |
ThreadPoolConfig |
getConfiguration()
The thread pool configuration. |
java.lang.String |
getName()
The name of the thread pool. |
Method Detail |
---|
void execute(java.lang.Runnable runnable)
runnable
- The Runnable
to executejava.lang.String getName()
ThreadPoolConfig getConfiguration()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |