EDU.oswego.cs.dl.util.concurrent

Class PooledExecutor.RunWhenBlocked

Enclosing Class:
PooledExecutor
Implemented Interfaces:
PooledExecutor.BlockedExecutionHandler

protected class PooledExecutor.RunWhenBlocked
extends java.lang.Object
implements PooledExecutor.BlockedExecutionHandler

Class defining Run action. *

Method Summary

boolean
blockedAction(Runnable command)

Method Details

blockedAction

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