Class ThreadingParametersType
- java.lang.Object
-
- org.apache.cxf.transports.http_undertow.configuration.ThreadingParametersType
-
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="workerIOThreads" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedUShort" /> <attribute name="workerIOName" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected IntegermaxThreadsprotected IntegerminThreadsprotected StringworkerIONameprotected IntegerworkerIOThreads
-
Constructor Summary
Constructors Constructor Description ThreadingParametersType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetMaxThreads()Gets the value of the maxThreads property.IntegergetMinThreads()Gets the value of the minThreads property.StringgetWorkerIOName()Gets the value of the workerIOName property.IntegergetWorkerIOThreads()Gets the value of the workerIOThreads property.voidsetMaxThreads(Integer value)Sets the value of the maxThreads property.voidsetMinThreads(Integer value)Sets the value of the minThreads property.voidsetWorkerIOName(String value)Sets the value of the workerIOName property.voidsetWorkerIOThreads(Integer value)Sets the value of the workerIOThreads property.
-
-
-
Method Detail
-
getMinThreads
public Integer getMinThreads()
Gets the value of the minThreads property.- Returns:
- possible object is
Integer
-
setMinThreads
public void setMinThreads(Integer value)
Sets the value of the minThreads property.- Parameters:
value- allowed object isInteger
-
getMaxThreads
public Integer getMaxThreads()
Gets the value of the maxThreads property.- Returns:
- possible object is
Integer
-
setMaxThreads
public void setMaxThreads(Integer value)
Sets the value of the maxThreads property.- Parameters:
value- allowed object isInteger
-
getWorkerIOThreads
public Integer getWorkerIOThreads()
Gets the value of the workerIOThreads property.- Returns:
- possible object is
Integer
-
setWorkerIOThreads
public void setWorkerIOThreads(Integer value)
Sets the value of the workerIOThreads property.- Parameters:
value- allowed object isInteger
-
getWorkerIOName
public String getWorkerIOName()
Gets the value of the workerIOName property.- Returns:
- possible object is
String
-
-