Executor, ExecutorServicenl.talsmasoftware.context.delegation.DelegatingExecutorServicepublic abstract class DelegatingExecutorService
extends nl.talsmasoftware.context.delegation.DelegatingExecutorService
ExecutorService implementations by
forwarding all methods to a delegate executor service.
Although this class implements all required methods of ExecutorService it is still declared as an
abstract class. This is because it does not provide any value in itself.
DelegatingExecutorService| Modifier and Type | Field | Description |
|---|---|---|
protected ExecutorService |
delegate |
Deprecated.
Please call
Wrapper.nonNullDelegate() instead. |
| Modifier | Constructor | Description |
|---|---|---|
protected |
DelegatingExecutorService(ExecutorService delegate) |
Deprecated.
|
awaitTermination, equals, execute, hashCode, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submit, toString, wrap, wrap, wrap, wrapFutures, wrapTasksprotected final ExecutorService delegate
Wrapper.nonNullDelegate() instead.protected DelegatingExecutorService(ExecutorService delegate)
Copyright © 2016–2018 Talsma ICT. All rights reserved.