class DelegatingWrappingExecutor extends DelegatingExecutor implements WrappingExecutor
| Constructor and Description |
|---|
DelegatingWrappingExecutor(java.util.concurrent.Executor delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(DirectExecutor directExecutor,
java.lang.Runnable task)
Run the given task within the given wrapper.
|
execute, getDelegate, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitexecuteDelegatingWrappingExecutor(java.util.concurrent.Executor delegate)
public void execute(DirectExecutor directExecutor, java.lang.Runnable task) throws java.util.concurrent.RejectedExecutionException
WrappingExecutorexecute in interface WrappingExecutordirectExecutor - the task wrappertask - the task to runjava.util.concurrent.RejectedExecutionException - if the execution was rejected for some reason