Liferay 6.1.2-ce-ga3

com.liferay.portal.executor
Class PortalExecutorFactoryImpl

java.lang.Object
  extended by com.liferay.portal.executor.PortalExecutorFactoryImpl
All Implemented Interfaces:
PortalExecutorFactory

public class PortalExecutorFactoryImpl
extends Object
implements PortalExecutorFactory


Constructor Summary
PortalExecutorFactoryImpl()
           
 
Method Summary
 void afterPropertiesSet()
           
 ThreadPoolExecutor createPortalExecutor(String executorName)
           
 void setAllowCoreThreadTimeout(boolean allowCoreThreadTimeout)
           
 void setCorePoolSize(int corePoolSize)
           
 void setKeepAliveTime(long keepAliveTime)
           
 void setMaxPoolSize(int maxPoolSize)
           
 void setMaxQueueSize(int maxQueueSize)
           
 void setRejectedExecutionHandler(RejectedExecutionHandler rejectedExecutionHandler)
           
 void setThreadPoolHandler(ThreadPoolHandler threadPoolHandler)
           
 void setTimeUnit(TimeUnit timeUnit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalExecutorFactoryImpl

public PortalExecutorFactoryImpl()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()

createPortalExecutor

public ThreadPoolExecutor createPortalExecutor(String executorName)
Specified by:
createPortalExecutor in interface PortalExecutorFactory

setAllowCoreThreadTimeout

public void setAllowCoreThreadTimeout(boolean allowCoreThreadTimeout)

setCorePoolSize

public void setCorePoolSize(int corePoolSize)

setKeepAliveTime

public void setKeepAliveTime(long keepAliveTime)

setMaxPoolSize

public void setMaxPoolSize(int maxPoolSize)

setMaxQueueSize

public void setMaxQueueSize(int maxQueueSize)

setRejectedExecutionHandler

public void setRejectedExecutionHandler(RejectedExecutionHandler rejectedExecutionHandler)

setThreadPoolHandler

public void setThreadPoolHandler(ThreadPoolHandler threadPoolHandler)

setTimeUnit

public void setTimeUnit(TimeUnit timeUnit)

Liferay 6.1.2-ce-ga3