public interface ThreadPool
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the futures.
|
ExecutorService |
getExecutor()
Returns the executor.
|
List<Future<?>> |
getFutures()
Returns the futures.
|
String |
getName()
Returns the name of this thread pool.
|
String getName()
ExecutorService getExecutor()
void clear()
Copyright © 2016–2020 Softelnet. All rights reserved.