Package ch.qos.logback.core.util
Class ExecutorServiceUtil
java.lang.Object
ch.qos.logback.core.util.ExecutorServiceUtil
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
Static utility methods for manipulating an
ExecutorService
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExecutorService
Deprecated.Creates an executor service suitable for use by logback components.static ScheduledExecutorService
Deprecated.static void
shutdown
(ExecutorService executorService) Deprecated.Shuts down an executor service.
-
Constructor Details
-
ExecutorServiceUtil
public ExecutorServiceUtil()Deprecated.
-
-
Method Details
-
newScheduledExecutorService
Deprecated. -
newExecutorService
Deprecated.Creates an executor service suitable for use by logback components.- Returns:
- executor service
-
shutdown
Deprecated.Shuts down an executor service.- Parameters:
executorService
- the executor service to shut down
-