|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ThreadPool | |
---|---|
org.apache.cocoon.components.thread |
Uses of ThreadPool in org.apache.cocoon.components.thread |
---|
Classes in org.apache.cocoon.components.thread that implement ThreadPool | |
---|---|
class |
DefaultThreadPool
The DefaultThreadPool class implements the ThreadPool interface. |
Methods in org.apache.cocoon.components.thread that return ThreadPool | |
---|---|
ThreadPool |
DefaultRunnableManager.createPool(int queueSize,
int maxPoolSize,
int minPoolSize,
int priority,
boolean isDaemon,
long keepAliveTime,
String blockPolicy,
boolean shutdownGraceful,
int shutdownWaitTime)
Create a private ThreadPool |
ThreadPool |
RunnableManager.createPool(int queueSize,
int maxPoolSize,
int minPoolSize,
int priority,
boolean isDaemon,
long keepAliveTime,
String blockPolicy,
boolean shutdownGraceful,
int shutdownWaitTime)
Create a private ThreadPool with a specific ThreadFactory |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |