|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.transports.http.configuration.HTTPListenerPolicy
public class HTTPListenerPolicy
Java class for HTTPListenerPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HTTPListenerPolicy">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="MinThreads" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
<element name="MaxThreads" type="{http://www.w3.org/2001/XMLSchema}unsignedShort" minOccurs="0"/>
<element name="MaxIdleTimeMs" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
<element name="LowResourcePersistTimeMs" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Long |
lowResourcePersistTimeMs
|
protected java.lang.Long |
maxIdleTimeMs
|
protected java.lang.Integer |
maxThreads
|
protected java.lang.Integer |
minThreads
|
| Constructor Summary | |
|---|---|
HTTPListenerPolicy()
|
|
| Method Summary | |
|---|---|
java.lang.Long |
getLowResourcePersistTimeMs()
Gets the value of the lowResourcePersistTimeMs property. |
java.lang.Long |
getMaxIdleTimeMs()
Gets the value of the maxIdleTimeMs property. |
java.lang.Integer |
getMaxThreads()
Gets the value of the maxThreads property. |
java.lang.Integer |
getMinThreads()
Gets the value of the minThreads property. |
boolean |
isSetLowResourcePersistTimeMs()
|
boolean |
isSetMaxIdleTimeMs()
|
boolean |
isSetMaxThreads()
|
boolean |
isSetMinThreads()
|
void |
setLowResourcePersistTimeMs(java.lang.Long value)
Sets the value of the lowResourcePersistTimeMs property. |
void |
setMaxIdleTimeMs(java.lang.Long value)
Sets the value of the maxIdleTimeMs 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
protected java.lang.Long maxIdleTimeMs
protected java.lang.Long lowResourcePersistTimeMs
| Constructor Detail |
|---|
public HTTPListenerPolicy()
| Method Detail |
|---|
public java.lang.Integer getMinThreads()
Integerpublic void setMinThreads(java.lang.Integer value)
value - allowed object is
Integerpublic boolean isSetMinThreads()
public java.lang.Integer getMaxThreads()
Integerpublic void setMaxThreads(java.lang.Integer value)
value - allowed object is
Integerpublic boolean isSetMaxThreads()
public java.lang.Long getMaxIdleTimeMs()
Longpublic void setMaxIdleTimeMs(java.lang.Long value)
value - allowed object is
Longpublic boolean isSetMaxIdleTimeMs()
public java.lang.Long getLowResourcePersistTimeMs()
Longpublic void setLowResourcePersistTimeMs(java.lang.Long value)
value - allowed object is
Longpublic boolean isSetLowResourcePersistTimeMs()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||