|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ThreadPoolHandler | |
|---|---|
| com.liferay.portal.kernel.concurrent | |
| com.liferay.portal.kernel.executor | |
| Uses of ThreadPoolHandler in com.liferay.portal.kernel.concurrent |
|---|
| Classes in com.liferay.portal.kernel.concurrent that implement ThreadPoolHandler | |
|---|---|
class |
ClearThreadLocalThreadPoolHandler
|
class |
ThreadPoolHandlerAdapter
|
| Methods in com.liferay.portal.kernel.concurrent that return ThreadPoolHandler | |
|---|---|
ThreadPoolHandler |
ThreadPoolExecutor.getThreadPoolHandler()
|
| Methods in com.liferay.portal.kernel.concurrent with parameters of type ThreadPoolHandler | |
|---|---|
void |
ThreadPoolExecutor.setThreadPoolHandler(ThreadPoolHandler threadPoolHandler)
|
| Constructors in com.liferay.portal.kernel.concurrent with parameters of type ThreadPoolHandler | |
|---|---|
ThreadPoolExecutor(int corePoolSize,
int maxPoolSize,
long keepAliveTime,
TimeUnit timeUnit,
boolean allowCoreThreadTimeout,
int maxQueueSize,
RejectedExecutionHandler rejectedExecutionHandler,
ThreadFactory threadFactory,
ThreadPoolHandler threadPoolHandler)
|
|
| Uses of ThreadPoolHandler in com.liferay.portal.kernel.executor |
|---|
| Methods in com.liferay.portal.kernel.executor that return ThreadPoolHandler | |
|---|---|
ThreadPoolHandler |
PortalExecutorConfig.getThreadPoolHandler()
|
| Constructors in com.liferay.portal.kernel.executor with parameters of type ThreadPoolHandler | |
|---|---|
PortalExecutorConfig(String name,
int corePoolSize,
int maxPoolSize,
long keepAliveTime,
TimeUnit timeUnit,
boolean allowCoreThreadTimeout,
int maxQueueSize,
RejectedExecutionHandler rejectedExecutionHandler,
ThreadPoolHandler threadPoolHandler,
int priority,
ClassLoader contextClassLoader)
|
|
|
Liferay 7.0-ce-b4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||