|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.jasmine.deployme.v2.generated.HttpType
org.ow2.jasmine.deployme.extension.web.tomcat.tomcat7.generated.Tomcat7HttpType
public class Tomcat7HttpType
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 |
|---|
protected Boolean enableLookups
protected Long minSpareThreads
protected Long maxThreads
protected Long connectionTimeout
protected Long acceptCount
protected Long maxKeepAliveRequest
protected Long redirectPort
protected String compression
| Constructor Detail |
|---|
public Tomcat7HttpType()
| Method Detail |
|---|
public Boolean isEnableLookups()
Booleanpublic void setEnableLookups(Boolean value)
value - allowed object is
Booleanpublic Long getMinSpareThreads()
Longpublic void setMinSpareThreads(Long value)
value - allowed object is
Longpublic Long getMaxThreads()
Longpublic void setMaxThreads(Long value)
value - allowed object is
Longpublic Long getConnectionTimeout()
Longpublic void setConnectionTimeout(Long value)
value - allowed object is
Longpublic Long getAcceptCount()
Longpublic void setAcceptCount(Long value)
value - allowed object is
Longpublic Long getMaxKeepAliveRequest()
Longpublic void setMaxKeepAliveRequest(Long value)
value - allowed object is
Longpublic Long getRedirectPort()
Longpublic void setRedirectPort(Long value)
value - allowed object is
Longpublic String getCompression()
Stringpublic void setCompression(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||