public interface PoolFactory
Modifier and Type | Method and Description |
---|---|
Pool |
createPool() |
Pool |
createPool(boolean daemon) |
Pool |
createPool(boolean daemon,
int numberOfThreads) |
Pool |
createPool(int numberOfThreads) |