EDU.oswego.cs.dl.util.concurrent
protected class: PooledExecutor.RunWhenBlocked [javadoc |
source]
java.lang.Object
EDU.oswego.cs.dl.util.concurrent.PooledExecutor$RunWhenBlocked
All Implemented Interfaces:
BlockedExecutionHandler
Class defining Run action. *
Method from EDU.oswego.cs.dl.util.concurrent.PooledExecutor$RunWhenBlocked 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$RunWhenBlocked Detail: |
public boolean blockedAction(Runnable command) {
command.run();
return true;
}
|