Class InlineExecutorService
java.lang.Object
java.util.concurrent.AbstractExecutorService
org.apache.tomcat.util.threads.InlineExecutorService
- All Implemented Interfaces:
- AutoCloseable,- Executor,- ExecutorService
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanawaitTermination(long timeout, TimeUnit unit) voidbooleanbooleanvoidshutdown()Methods inherited from class java.util.concurrent.AbstractExecutorServiceinvokeAll, invokeAll, invokeAny, invokeAny, newTaskFor, newTaskFor, submit, submit, submitMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.concurrent.ExecutorServiceclose
- 
Constructor Details- 
InlineExecutorServicepublic InlineExecutorService()
 
- 
- 
Method Details- 
shutdownpublic void shutdown()
- 
shutdownNow
- 
isShutdownpublic boolean isShutdown()
- 
isTerminatedpublic boolean isTerminated()
- 
awaitTermination- Throws:
- InterruptedException
 
- 
execute
 
-