GNU Classpath (0.97.2) | |
Frames | No Frames |
Classes derived from java.util.concurrent.ThreadPoolExecutor | |
class | A ThreadPoolExecutor that can additionally schedule
commands to run after a given delay, or to execute
periodically. |
Methods with parameter type java.util.concurrent.ThreadPoolExecutor | |
void | Method that may be invoked by a ThreadPoolExecutor when
execute cannot accept a task. |
void | Always throws RejectedExecutionException.
|
void | Executes task r in the caller's thread, unless the executor
has been shut down, in which case the task is discarded.
|
void | Obtains and ignores the next task that the executor
would otherwise execute, if one is immediately available,
and then retries execution of task r, unless the executor
is shut down, in which case task r is instead discarded.
|
void | Does nothing, which has the effect of discarding task r.
|
GNU Classpath (0.97.2) |