Class WithinThreadExecutor
java.lang.Object
java.util.concurrent.AbstractExecutorService
org.infinispan.util.concurrent.WithinThreadExecutor
- All Implemented Interfaces:
AutoCloseable, Executor, ExecutorService
An executor that works within the current thread.
- Since:
- 4.0
- Author:
- Manik Surtani (manik@jboss.org)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanawaitTermination(long timeout, TimeUnit unit) voidbooleanbooleanvoidshutdown()Methods inherited from class AbstractExecutorService
invokeAll, invokeAll, invokeAny, invokeAny, newTaskFor, newTaskFor, submit, submit, submitMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ExecutorService
close
-
Constructor Details
-
WithinThreadExecutor
public WithinThreadExecutor()
-
-
Method Details
-
execute
-
shutdown
public void shutdown() -
shutdownNow
-
isShutdown
public boolean isShutdown() -
isTerminated
public boolean isTerminated() -
awaitTermination
- Throws:
InterruptedException
-