Attributes Summary |
serviceNames : String | Specifies a list of services to make available to this work manager.
|
minThreads : int | The minimum number of threads available in this Work Manager.
|
maxThreads : int | The maximum number of threads available in this Work Manager.
|
threadPriority : int | The priority of the threads available in this Work Manager |
numAlarmThreads : int | Number of alarm threads for the Alarm manager.
|
isGrowable : boolean | Specifies whether the number of threads in this Work Manager can be increased.
|
defTranClass : String | The default transaction class is only valid for zOS platform.
|
daemonTranClass : String | Daemon transaction class only valid for zOS platform |
workTimeout : int | Specify the timeout value for a Work that is executing, Default value is 0 which means no work time out is enabled.
|
workReqQSize : int | Specifies the size of the buffer that the Work Manager's thread pool uses to pull requests from.
|
workReqQFullAction : int | Work request queue full action.
|
isDistributable : boolean | If false, Work started with this Work Manager will not be distributed to other cluster members.
|