Class BlockingExecutorService

java.lang.Object
net.sf.jstuff.core.concurrent.BlockingExecutor
net.sf.jstuff.core.concurrent.BlockingExecutorService
All Implemented Interfaces:
Executor, ExecutorService

public class BlockingExecutorService extends BlockingExecutor implements ExecutorService
ExecutorService that blocks submission of new tasks if a given maximum number of tasks are already pending.
Author:
Sebastian Thomschke