|
|
Scala 2.4.0-final
|
private
class
TaskRejectedHandler
extends java.lang.Object
with java.util.concurrent.RejectedExecutionHandler
with scala.ScalaObject
ThreadPoolScheduler is unable
to serve a request to execute some task.
This handler executes rejected tasks on the thread of
the scheduler.| Constructor Summary | |
def
this
(sched: scala.actors.ThreadPoolScheduler)
|
|
| Def Summary | |
def
rejectedExecution
(r: java.lang.Runnable, executor: java.util.concurrent.ThreadPoolExecutor)
: scala.Unit
|
|
| Def inherited from java.util.concurrent.RejectedExecutionHandler | |
| rejectedExecution |
| Constructor Detail |
| Def Detail |
def
rejectedExecution
(r: java.lang.Runnable, executor: java.util.concurrent.ThreadPoolExecutor): scala.Unit