EDU.oswego.cs.dl.util.concurrent
protected class: PooledExecutor.DiscardWhenBlocked [javadoc |
source]
java.lang.Object
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$DiscardWhenBlocked
All Implemented Interfaces:
BlockedExecutionHandler
Class defining Discard action. *
Method from EDU.oswego.cs.dl.util.concurrent.PooledExecutor$DiscardWhenBlocked Summary: |
---|
blockedAction |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from EDU.oswego.cs.dl.util.concurrent.PooledExecutor$DiscardWhenBlocked Detail: |
public boolean blockedAction(Runnable command) {
return true;
}
|