Package org.wildfly.clustering.context
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
Modifier and TypeMethodDescriptionstatic final PrivilegedAction<Void>shutdown(ExecutorService executor) static final PrivilegedAction<List<Runnable>>shutdownNow(ExecutorService executor) 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
-
-
Method Details
-
shutdown
-
shutdownNow
-