public class Scheduler.ShutdownHandler extends Object implements RejectedExecutionHandler
| Modifier | Constructor and Description |
|---|---|
protected |
Scheduler.ShutdownHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
rejectedExecution(Runnable r,
ThreadPoolExecutor executor) |
void |
setRejectedExecutionHandler(RejectedExecutionHandler poolHandler) |
public void setRejectedExecutionHandler(RejectedExecutionHandler poolHandler)
public void rejectedExecution(Runnable r, ThreadPoolExecutor executor)
rejectedExecution in interface RejectedExecutionHandlerCopyright © 2004–2013 The Apache Software Foundation. All rights reserved.