Liferay 7.0-ce-b4

com.liferay.portal.kernel.executor
Class PortalExecutorManagerUtil

java.lang.Object
  extended by com.liferay.portal.kernel.executor.PortalExecutorManagerUtil

public class PortalExecutorManagerUtil
extends Object


Method Summary
static ThreadPoolExecutor getPortalExecutor(String name)
           
static ThreadPoolExecutor getPortalExecutor(String name, boolean createIfAbsent)
           
static PortalExecutorManager getPortalExecutorManager()
           
static ThreadPoolExecutor registerPortalExecutor(String name, ThreadPoolExecutor threadPoolExecutor)
           
static void shutdown()
           
static void shutdown(boolean interrupt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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)

Liferay 7.0-ce-b4