com.liferay.portal.kernel.executor
Class PortalExecutorManagerUtil
java.lang.Object
com.liferay.portal.kernel.executor.PortalExecutorManagerUtil
public class PortalExecutorManagerUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getPortalExecutor
public static ThreadPoolExecutor getPortalExecutor(String name)
getPortalExecutor
public static ThreadPoolExecutor getPortalExecutor(String name,
boolean createIfAbsent)
getPortalExecutorManager
public static PortalExecutorManager getPortalExecutorManager()
registerPortalExecutor
public static ThreadPoolExecutor registerPortalExecutor(String name,
ThreadPoolExecutor threadPoolExecutor)
shutdown
public static void shutdown()
shutdown
public static void shutdown(boolean interrupt)