public class LinearExecutorService extends AbstractExecutorService
AbstractExecutorService which executes runnables immediately in the calling
 thread.| Constructor and Description | 
|---|
| LinearExecutorService() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | awaitTermination(long timeout,
                TimeUnit unit) | 
| void | execute(Runnable command) | 
| boolean | isShutdown() | 
| boolean | isTerminated() | 
| void | shutdown() | 
| List<Runnable> | shutdownNow() | 
invokeAll, invokeAll, invokeAny, invokeAny, newTaskFor, newTaskFor, submit, submit, submitCopyright © 2018 Arno Unkrig. All rights reserved.