public interface CmThreadPoolConfiguration extends SubsystemConfiguration, DependentObject
There are two types of thread pools: a dispatcher pool to execute tasks at scheduled intervals, and a worker pool to execute nonscheduled tasks.
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
get_DispatcherThreadIdleTimeout()
Returns the value of the DispatcherThreadIdleTimeout property.
|
java.lang.Integer |
get_MaxDispatcherThreads()
Returns the value of the MaxDispatcherThreads property.
|
java.lang.Integer |
get_MaxWorkerThreads()
Returns the value of the MaxWorkerThreads property.
|
java.lang.Integer |
get_WorkerThreadIdleTimeout()
Returns the value of the WorkerThreadIdleTimeout property.
|
void |
set_DispatcherThreadIdleTimeout(java.lang.Integer value)
Sets the value of the DispatcherThreadIdleTimeout property.
|
void |
set_MaxDispatcherThreads(java.lang.Integer value)
Sets the value of the MaxDispatcherThreads property.
|
void |
set_MaxWorkerThreads(java.lang.Integer value)
Sets the value of the MaxWorkerThreads property.
|
void |
set_WorkerThreadIdleTimeout(java.lang.Integer value)
Sets the value of the WorkerThreadIdleTimeout property.
|
get_Id
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
java.lang.Integer get_MaxDispatcherThreads()
void set_MaxDispatcherThreads(java.lang.Integer value)
java.lang.Integer get_DispatcherThreadIdleTimeout()
void set_DispatcherThreadIdleTimeout(java.lang.Integer value)
java.lang.Integer get_MaxWorkerThreads()
void set_MaxWorkerThreads(java.lang.Integer value)
java.lang.Integer get_WorkerThreadIdleTimeout()
void set_WorkerThreadIdleTimeout(java.lang.Integer value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.