|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEDU.oswego.cs.dl.util.concurrent.PooledExecutor.RunWhenBlocked
protected class PooledExecutor.RunWhenBlocked
Class defining Run action.
Constructor Summary | |
---|---|
protected |
PooledExecutor.RunWhenBlocked()
|
Method Summary | |
---|---|
boolean |
blockedAction(java.lang.Runnable command)
Return true if successfully handled so, execute should terminate; else return false if execute loop should be retried. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected PooledExecutor.RunWhenBlocked()
Method Detail |
---|
public boolean blockedAction(java.lang.Runnable command)
PooledExecutor.BlockedExecutionHandler
blockedAction
in interface PooledExecutor.BlockedExecutionHandler
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |