Class SystemExecutorServiceUtil
Object
com.liferay.portal.kernel.concurrent.SystemExecutorServiceUtil
- Author:
- Shuyang Zhou
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExecutorService
static Runnable
renameThread
(Runnable runnable, String taskName) static <T> Callable<T>
renameThread
(Callable<T> callable, String taskName) static void
shutdown()
-
Constructor Details
-
SystemExecutorServiceUtil
public SystemExecutorServiceUtil()
-
-
Method Details
-
getExecutorService
-
renameThread
-
renameThread
-
shutdown
- Throws:
InterruptedException
-