EDU.oswego.cs.dl.util.concurrent

Class PooledExecutor.WaitWhenBlocked

Enclosing Class:
PooledExecutor
Implemented Interfaces:
PooledExecutor.BlockedExecutionHandler

protected class PooledExecutor.WaitWhenBlocked
extends Object
implements PooledExecutor.BlockedExecutionHandler

Class defining Wait action. *

Method Summary

boolean
blockedAction(Runnable command)

Method Details

blockedAction

public boolean blockedAction(Runnable command)
            throws InterruptedException
Specified by:
blockedAction in interface PooledExecutor.BlockedExecutionHandler