|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.transports.http_jetty.configuration.ThreadingParametersType
public class ThreadingParametersType
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://www.w3.org/2001/XMLSchema}unsignedShort" />
<attribute name="maxThreads" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Integer |
maxThreads
|
protected java.lang.Integer |
minThreads
|
| Constructor Summary | |
|---|---|
ThreadingParametersType()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getMaxThreads()
Gets the value of the maxThreads property. |
java.lang.Integer |
getMinThreads()
Gets the value of the minThreads property. |
void |
setMaxThreads(java.lang.Integer value)
Sets the value of the maxThreads property. |
void |
setMinThreads(java.lang.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 |
|---|
protected java.lang.Integer minThreads
protected java.lang.Integer maxThreads
| Constructor Detail |
|---|
public ThreadingParametersType()
| Method Detail |
|---|
public java.lang.Integer getMinThreads()
Integerpublic void setMinThreads(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getMaxThreads()
Integerpublic void setMaxThreads(java.lang.Integer value)
value - allowed object is
Integer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||