public class ThreadingParametersType extends Object
Java class for ThreadingParametersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ThreadingParametersType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="minThreads" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedUShort" />
<attribute name="maxThreads" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedUShort" />
<attribute name="threadNamePrefix" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
maxThreads |
protected Integer |
minThreads |
protected String |
threadNamePrefix |
| Constructor and Description |
|---|
ThreadingParametersType() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxThreads()
Gets the value of the maxThreads property.
|
Integer |
getMinThreads()
Gets the value of the minThreads property.
|
String |
getThreadNamePrefix()
Gets the value of the threadNamePrefix property.
|
void |
setMaxThreads(Integer value)
Sets the value of the maxThreads property.
|
void |
setMinThreads(Integer value)
Sets the value of the minThreads property.
|
void |
setThreadNamePrefix(String value)
Sets the value of the threadNamePrefix property.
|
protected Integer minThreads
protected Integer maxThreads
protected String threadNamePrefix
public Integer getMinThreads()
Integerpublic void setMinThreads(Integer value)
value - allowed object is
Integerpublic Integer getMaxThreads()
Integerpublic void setMaxThreads(Integer value)
value - allowed object is
Integerpublic String getThreadNamePrefix()
StringApache CXF