public interface ThreadPool
Modifier and Type | Method and Description |
---|---|
void |
execute(Runnable runnable)
Execute a runnable
|
ThreadPoolConfig |
getConfiguration()
The thread pool configuration.
|
String |
getName()
The name of the thread pool.
|
<T> Future<T> |
submit(Callable<T> callable)
Submits a callable for execution
|
Future<?> |
submit(Runnable runnable)
Submits a runnable for execution
|
void execute(Runnable runnable)
runnable
- The Runnable
to executeString getName()
ThreadPoolConfig getConfiguration()
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"