org.ow2.jasmine.deployme.extension.web.tomcat.tomcat7.generated
Class Tomcat7HttpType

java.lang.Object
  extended by org.ow2.jasmine.deployme.v2.generated.HttpType
      extended by org.ow2.jasmine.deployme.extension.web.tomcat.tomcat7.generated.Tomcat7HttpType

public class Tomcat7HttpType
extends HttpType

Java class for tomcat7HttpType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="tomcat7HttpType">
   <complexContent>
     <extension base="{http://jasmine.ow2.org/deployme-2.0}httpType">
       <attGroup ref="{http://jasmine.ow2.org/deployme/web-tomcat7-1.0}compressionGroup"/>
       <attribute name="enableLookups" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="minSpareThreads" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="maxThreads" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="connectionTimeout" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="acceptCount" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="maxKeepAliveRequest" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="redirectPort" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Long acceptCount
           
protected  String compression
           
protected  Long connectionTimeout
           
protected  Boolean enableLookups
           
protected  Long maxKeepAliveRequest
           
protected  Long maxThreads
           
protected  Long minSpareThreads
           
protected  Long redirectPort
           
 
Fields inherited from class org.ow2.jasmine.deployme.v2.generated.HttpType
port
 
Constructor Summary
Tomcat7HttpType()
           
 
Method Summary
 Long getAcceptCount()
          Gets the value of the acceptCount property.
 String getCompression()
          Gets the value of the compression property.
 Long getConnectionTimeout()
          Gets the value of the connectionTimeout property.
 Long getMaxKeepAliveRequest()
          Gets the value of the maxKeepAliveRequest property.
 Long getMaxThreads()
          Gets the value of the maxThreads property.
 Long getMinSpareThreads()
          Gets the value of the minSpareThreads property.
 Long getRedirectPort()
          Gets the value of the redirectPort property.
 Boolean isEnableLookups()
          Gets the value of the enableLookups property.
 void setAcceptCount(Long value)
          Sets the value of the acceptCount property.
 void setCompression(String value)
          Sets the value of the compression property.
 void setConnectionTimeout(Long value)
          Sets the value of the connectionTimeout property.
 void setEnableLookups(Boolean value)
          Sets the value of the enableLookups property.
 void setMaxKeepAliveRequest(Long value)
          Sets the value of the maxKeepAliveRequest property.
 void setMaxThreads(Long value)
          Sets the value of the maxThreads property.
 void setMinSpareThreads(Long value)
          Sets the value of the minSpareThreads property.
 void setRedirectPort(Long value)
          Sets the value of the redirectPort property.
 
Methods inherited from class org.ow2.jasmine.deployme.v2.generated.HttpType
getPort, setPort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

enableLookups

protected Boolean enableLookups

minSpareThreads

protected Long minSpareThreads

maxThreads

protected Long maxThreads

connectionTimeout

protected Long connectionTimeout

acceptCount

protected Long acceptCount

maxKeepAliveRequest

protected Long maxKeepAliveRequest

redirectPort

protected Long redirectPort

compression

protected String compression
Constructor Detail

Tomcat7HttpType

public Tomcat7HttpType()
Method Detail

isEnableLookups

public Boolean isEnableLookups()
Gets the value of the enableLookups property.

Returns:
possible object is Boolean

setEnableLookups

public void setEnableLookups(Boolean value)
Sets the value of the enableLookups property.

Parameters:
value - allowed object is Boolean

getMinSpareThreads

public Long getMinSpareThreads()
Gets the value of the minSpareThreads property.

Returns:
possible object is Long

setMinSpareThreads

public void setMinSpareThreads(Long value)
Sets the value of the minSpareThreads property.

Parameters:
value - allowed object is Long

getMaxThreads

public Long getMaxThreads()
Gets the value of the maxThreads property.

Returns:
possible object is Long

setMaxThreads

public void setMaxThreads(Long value)
Sets the value of the maxThreads property.

Parameters:
value - allowed object is Long

getConnectionTimeout

public Long getConnectionTimeout()
Gets the value of the connectionTimeout property.

Returns:
possible object is Long

setConnectionTimeout

public void setConnectionTimeout(Long value)
Sets the value of the connectionTimeout property.

Parameters:
value - allowed object is Long

getAcceptCount

public Long getAcceptCount()
Gets the value of the acceptCount property.

Returns:
possible object is Long

setAcceptCount

public void setAcceptCount(Long value)
Sets the value of the acceptCount property.

Parameters:
value - allowed object is Long

getMaxKeepAliveRequest

public Long getMaxKeepAliveRequest()
Gets the value of the maxKeepAliveRequest property.

Returns:
possible object is Long

setMaxKeepAliveRequest

public void setMaxKeepAliveRequest(Long value)
Sets the value of the maxKeepAliveRequest property.

Parameters:
value - allowed object is Long

getRedirectPort

public Long getRedirectPort()
Gets the value of the redirectPort property.

Returns:
possible object is Long

setRedirectPort

public void setRedirectPort(Long value)
Sets the value of the redirectPort property.

Parameters:
value - allowed object is Long

getCompression

public String getCompression()
Gets the value of the compression property.

Returns:
possible object is String

setCompression

public void setCompression(String value)
Sets the value of the compression property.

Parameters:
value - allowed object is String


Copyright © 2012 OW2 Consortium. All Rights Reserved.