org.apache.cxf.transports.http.configuration
Class HTTPListenerPolicy

java.lang.Object
  extended by org.apache.cxf.transports.http.configuration.HTTPListenerPolicy

public class HTTPListenerPolicy
extends java.lang.Object

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

minThreads

protected java.lang.Integer minThreads

maxThreads

protected java.lang.Integer maxThreads

maxIdleTimeMs

protected java.lang.Long maxIdleTimeMs

lowResourcePersistTimeMs

protected java.lang.Long lowResourcePersistTimeMs
Constructor Detail

HTTPListenerPolicy

public HTTPListenerPolicy()
Method Detail

getMinThreads

public java.lang.Integer getMinThreads()
Gets the value of the minThreads property.

Returns:
possible object is Integer

setMinThreads

public void setMinThreads(java.lang.Integer value)
Sets the value of the minThreads property.

Parameters:
value - allowed object is Integer

isSetMinThreads

public boolean isSetMinThreads()

getMaxThreads

public java.lang.Integer getMaxThreads()
Gets the value of the maxThreads property.

Returns:
possible object is Integer

setMaxThreads

public void setMaxThreads(java.lang.Integer value)
Sets the value of the maxThreads property.

Parameters:
value - allowed object is Integer

isSetMaxThreads

public boolean isSetMaxThreads()

getMaxIdleTimeMs

public java.lang.Long getMaxIdleTimeMs()
Gets the value of the maxIdleTimeMs property.

Returns:
possible object is Long

setMaxIdleTimeMs

public void setMaxIdleTimeMs(java.lang.Long value)
Sets the value of the maxIdleTimeMs property.

Parameters:
value - allowed object is Long

isSetMaxIdleTimeMs

public boolean isSetMaxIdleTimeMs()

getLowResourcePersistTimeMs

public java.lang.Long getLowResourcePersistTimeMs()
Gets the value of the lowResourcePersistTimeMs property.

Returns:
possible object is Long

setLowResourcePersistTimeMs

public void setLowResourcePersistTimeMs(java.lang.Long value)
Sets the value of the lowResourcePersistTimeMs property.

Parameters:
value - allowed object is Long

isSetLowResourcePersistTimeMs

public boolean isSetLowResourcePersistTimeMs()


Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.