
Public Member Functions | |
| ThreadPoolParams () | |
| ThreadPoolParams (NotifyExt.PriorityModel priority_model, short server_priority, int stacksize, int static_threads, int dynamic_threads, short default_priority, boolean allow_request_buffering, int max_buffered_requests, int max_request_buffer_size) | |
Public Attributes | |
| NotifyExt.PriorityModel | priority_model |
| short | server_priority |
| int | stacksize |
| int | static_threads |
| int | dynamic_threads |
| short | default_priority |
| boolean | allow_request_buffering |
| int | max_buffered_requests |
| int | max_request_buffer_size |
Generated from IDL definition of struct "ThreadPoolParams"
| NotifyExt::ThreadPoolParams::ThreadPoolParams | ( | ) | [inline] |
Referenced by NotifyExt::ThreadPoolParamsHelper::read().
| NotifyExt::ThreadPoolParams::ThreadPoolParams | ( | NotifyExt.PriorityModel | priority_model, | |
| short | server_priority, | |||
| int | stacksize, | |||
| int | static_threads, | |||
| int | dynamic_threads, | |||
| short | default_priority, | |||
| boolean | allow_request_buffering, | |||
| int | max_buffered_requests, | |||
| int | max_request_buffer_size | |||
| ) | [inline] |
References priority_model.
Referenced by ThreadPoolParams().
1.6.2