public class PortalExecutorFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_CONFIG_NAME |
| Constructor and Description |
|---|
PortalExecutorFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addPortalExecutorConfig(com.liferay.portal.kernel.executor.PortalExecutorConfig portalExecutorConfig) |
com.liferay.portal.kernel.concurrent.ThreadPoolExecutor |
createPortalExecutor(java.lang.String executorName) |
protected com.liferay.portal.kernel.executor.PortalExecutorConfig |
getPortalExecutorConfig(java.lang.String name) |
protected void |
removePortalExecutorConfig(com.liferay.portal.kernel.executor.PortalExecutorConfig portalExecutorConfig) |
public static final java.lang.String DEFAULT_CONFIG_NAME
public com.liferay.portal.kernel.concurrent.ThreadPoolExecutor createPortalExecutor(java.lang.String executorName)
protected void addPortalExecutorConfig(com.liferay.portal.kernel.executor.PortalExecutorConfig portalExecutorConfig)
protected com.liferay.portal.kernel.executor.PortalExecutorConfig getPortalExecutorConfig(java.lang.String name)
protected void removePortalExecutorConfig(com.liferay.portal.kernel.executor.PortalExecutorConfig portalExecutorConfig)