public class ThreadingParameters extends Object
| Constructor and Description |
|---|
ThreadingParameters() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxThreads() |
int |
getMinThreads() |
boolean |
isSetMaxThreads() |
boolean |
isSetMinThreads() |
void |
setMaxThreads(int number) |
void |
setMinThreads(int number) |
Apache CXF