Package org.glassfish.tyrus.core
Class ExecutorServiceProvider
java.lang.Object
org.glassfish.tyrus.core.ExecutorServiceProvider
- Direct Known Subclasses:
BaseContainer
- Author:
- Stepan Kopriva
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract ExecutorService
Get theExecutorService
.abstract ScheduledExecutorService
Get theScheduledExecutorService
.
-
Constructor Details
-
ExecutorServiceProvider
public ExecutorServiceProvider()
-
-
Method Details
-
getExecutorService
Get theExecutorService
.- Returns:
- executor service.
-
getScheduledExecutorService
Get theScheduledExecutorService
.- Returns:
- scheduled executor service.
-