java.util.concurrent.RejectedExecutionHandler
public class ShutdownRejectedExecutionHandler
extends java.lang.Object
implements java.util.concurrent.RejectedExecutionHandler
ThreadPoolExecutor
,
RejectedExecutionHandler
Constructor | Description |
---|---|
ShutdownRejectedExecutionHandler(java.util.concurrent.RejectedExecutionHandler handler) |
Modifier and Type | Method | Description |
---|---|---|
void |
rejectedExecution(java.lang.Runnable r,
java.util.concurrent.ThreadPoolExecutor executor) |
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.