EDU.oswego.cs.dl.util.concurrent

Class PooledExecutor.DiscardWhenBlocked

Enclosing Class:
PooledExecutor
Implemented Interfaces:
PooledExecutor.BlockedExecutionHandler

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

Class defining Discard action. *

Method Summary

boolean
blockedAction(Runnable command)

Method Details

blockedAction

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