private final class JBossScheduledThreadPoolExecutor.CountingRejectHandler
extends java.lang.Object
implements java.util.concurrent.RejectedExecutionHandler
| Modifier and Type | Field and Description |
|---|---|
private java.util.concurrent.RejectedExecutionHandler |
delegate |
| Constructor and Description |
|---|
CountingRejectHandler(java.util.concurrent.RejectedExecutionHandler delegate) |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.RejectedExecutionHandler |
getDelegate() |
void |
rejectedExecution(java.lang.Runnable r,
java.util.concurrent.ThreadPoolExecutor executor) |
public CountingRejectHandler(java.util.concurrent.RejectedExecutionHandler delegate)
public java.util.concurrent.RejectedExecutionHandler getDelegate()
public void rejectedExecution(java.lang.Runnable r,
java.util.concurrent.ThreadPoolExecutor executor)
rejectedExecution in interface java.util.concurrent.RejectedExecutionHandler