|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.jasmine.deployme.v2.generated.AjpType
org.ow2.jasmine.deployme.extension.web.tomcat.tomcat7.generated.Tomcat7AjpType
public class Tomcat7AjpType
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 |
|---|
protected Boolean enableLookups
protected Long minSpareThreads
protected Long maxThreads
protected Long connectionTimeout
protected Long acceptCount
protected Long redirectPort
| Constructor Detail |
|---|
public Tomcat7AjpType()
| 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 getRedirectPort()
Longpublic void setRedirectPort(Long value)
value - allowed object is
Long
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||