|
||||||||
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.WaitWhenBlocked
protected class PooledExecutor.WaitWhenBlocked
Class defining Wait action.
Constructor Summary | |
---|---|
protected |
PooledExecutor.WaitWhenBlocked()
|
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.WaitWhenBlocked()
Method Detail |
---|
public boolean blockedAction(java.lang.Runnable command) throws java.lang.InterruptedException
PooledExecutor.BlockedExecutionHandler
blockedAction
in interface PooledExecutor.BlockedExecutionHandler
java.lang.InterruptedException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |