Class ForceQueuePolicy

java.lang.Object
com.j_spaces.kernel.threadpool.policy.ForceQueuePolicy
All Implemented Interfaces:
RejectedExecutionHandler

public class ForceQueuePolicy extends Object implements RejectedExecutionHandler
A handler for rejected tasks that adds the specified element to this queue, waiting if necessary for space to become available.