public class CURejectHandler
extends java.util.concurrent.ThreadPoolExecutor.AbortPolicy
Modifier and Type | Field and Description |
---|---|
static java.util.concurrent.RejectedExecutionHandler |
INSTANCE |
Constructor and Description |
---|
CURejectHandler() |
Modifier and Type | Method and Description |
---|---|
void |
rejectedExecution(java.lang.Runnable r,
java.util.concurrent.ThreadPoolExecutor executor) |
public void rejectedExecution(java.lang.Runnable r, java.util.concurrent.ThreadPoolExecutor executor)
rejectedExecution
in interface java.util.concurrent.RejectedExecutionHandler
rejectedExecution
in class java.util.concurrent.ThreadPoolExecutor.AbortPolicy