Package org.wildfly.clustering.context
Class DefaultExecutorService
java.lang.Object
org.wildfly.clustering.context.ContextualExecutorService
org.wildfly.clustering.context.DefaultExecutorService
- All Implemented Interfaces:
AutoCloseable,Executor,ExecutorService
ExecutorService that performs contextual execution of submitted tasks.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultExecutorService(Function<ThreadFactory, ExecutorService> factory, ClassLoader loader) -
Method Summary
Methods inherited from class org.wildfly.clustering.context.ContextualExecutorService
awaitTermination, execute, invokeAll, invokeAll, invokeAny, invokeAny, isShutdown, isTerminated, shutdown, shutdownNow, submit, submit, submitMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.concurrent.ExecutorService
close
-
Constructor Details
-
DefaultExecutorService
-