Apache CXF API

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

java.lang.Object
  extended by org.apache.cxf.transports.http_netty_server.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="threadPoolSize" type="{http://cxf.apache.org/configuration/parameterized-types}ParameterizedUShort" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Integer threadPoolSize
           
 
Constructor Summary
ThreadingParametersType()
           
 
Method Summary
 Integer getThreadPoolSize()
          Gets the value of the threadPoolSize property.
 void setThreadPoolSize(Integer value)
          Sets the value of the threadPoolSize property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

threadPoolSize

protected Integer threadPoolSize
Constructor Detail

ThreadingParametersType

public ThreadingParametersType()
Method Detail

getThreadPoolSize

public Integer getThreadPoolSize()
Gets the value of the threadPoolSize property.

Returns:
possible object is Integer

setThreadPoolSize

public void setThreadPoolSize(Integer value)
Sets the value of the threadPoolSize property.

Parameters:
value - allowed object is Integer

Apache CXF API

Apache CXF