Apache CXF API

org.apache.cxf.transports.http_jetty.configuration
Class ThreadingParametersType

java.lang.Object
  extended by org.apache.cxf.transports.http_jetty.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" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Integer maxThreads
           
protected  Integer minThreads
           
 
Constructor Summary
ThreadingParametersType()
           
 
Method Summary
 Integer getMaxThreads()
          Gets the value of the maxThreads property.
 Integer getMinThreads()
          Gets the value of the minThreads property.
 void setMaxThreads(Integer value)
          Sets the value of the maxThreads property.
 void setMinThreads(Integer value)
          Sets the value of the minThreads property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

minThreads

protected Integer minThreads

maxThreads

protected Integer maxThreads
Constructor Detail

ThreadingParametersType

public ThreadingParametersType()
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 is Integer

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 is Integer

Apache CXF API

Apache CXF