Class DefaultExecutorService
java.lang.Object
org.wildfly.clustering.context.ContextualExecutorService
org.wildfly.clustering.context.DefaultExecutorService
- All Implemented Interfaces:
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, submit
-
Constructor Details
-
DefaultExecutorService
-