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 ExecutorServiceDeprecated.Creates an executor service suitable for use by logback components.static ScheduledExecutorServiceDeprecated.static voidshutdown(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
-