public class PortalExecutorManagerImpl
extends java.lang.Object
implements com.liferay.portal.kernel.executor.PortalExecutorManager
| Modifier and Type | Class and Description |
|---|---|
protected class |
PortalExecutorManagerImpl.UnregisterFutureListener |
| Constructor and Description |
|---|
PortalExecutorManagerImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
deactivate() |
com.liferay.portal.kernel.concurrent.ThreadPoolExecutor |
getPortalExecutor(java.lang.String name) |
com.liferay.portal.kernel.concurrent.ThreadPoolExecutor |
getPortalExecutor(java.lang.String name,
boolean createIfAbsent) |
com.liferay.portal.kernel.concurrent.ThreadPoolExecutor |
registerPortalExecutor(java.lang.String name,
com.liferay.portal.kernel.concurrent.ThreadPoolExecutor threadPoolExecutor) |
void |
setPortalExecutorFactory(PortalExecutorFactory portalExecutorFactory) |
void |
shutdown() |
void |
shutdown(boolean interrupt) |
public com.liferay.portal.kernel.concurrent.ThreadPoolExecutor getPortalExecutor(java.lang.String name)
getPortalExecutor in interface com.liferay.portal.kernel.executor.PortalExecutorManagerpublic com.liferay.portal.kernel.concurrent.ThreadPoolExecutor getPortalExecutor(java.lang.String name,
boolean createIfAbsent)
getPortalExecutor in interface com.liferay.portal.kernel.executor.PortalExecutorManagerpublic com.liferay.portal.kernel.concurrent.ThreadPoolExecutor registerPortalExecutor(java.lang.String name,
com.liferay.portal.kernel.concurrent.ThreadPoolExecutor threadPoolExecutor)
registerPortalExecutor in interface com.liferay.portal.kernel.executor.PortalExecutorManagerpublic void setPortalExecutorFactory(PortalExecutorFactory portalExecutorFactory)
public void shutdown()
shutdown in interface com.liferay.portal.kernel.executor.PortalExecutorManagerpublic void shutdown(boolean interrupt)
shutdown in interface com.liferay.portal.kernel.executor.PortalExecutorManagerprotected void deactivate()