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

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

public class Tomcat7AjpType
extends AjpType

Java class for tomcat7AjpType complex type.

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

 <complexType name="tomcat7AjpType">
   <complexContent>
     <extension base="{http://jasmine.ow2.org/deployme-2.0}ajpType">
       <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="redirectPort" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Long acceptCount
           
protected  Long connectionTimeout
           
protected  Boolean enableLookups
           
protected  Long maxThreads
           
protected  Long minSpareThreads
           
protected  Long redirectPort
           
 
Fields inherited from class org.ow2.jasmine.deployme.v2.generated.AjpType
port
 
Constructor Summary
Tomcat7AjpType()
           
 
Method Summary
 Long getAcceptCount()
          Gets the value of the acceptCount property.
 Long getConnectionTimeout()
          Gets the value of the connectionTimeout 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 setConnectionTimeout(Long value)
          Sets the value of the connectionTimeout property.
 void setEnableLookups(Boolean value)
          Sets the value of the enableLookups 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.AjpType
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

redirectPort

protected Long redirectPort
Constructor Detail

Tomcat7AjpType

public Tomcat7AjpType()
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

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


Copyright © 2012 OW2 Consortium. All Rights Reserved.