|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.deployme.v1.generated.WebConf
public class WebConf
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="maxThreads" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="minSpareThreads" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="maxSpareThreads" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BigInteger |
maxSpareThreads
|
protected BigInteger |
maxThreads
|
protected BigInteger |
minSpareThreads
|
protected BigInteger |
port
|
| Constructor Summary | |
|---|---|
WebConf()
|
|
| Method Summary | |
|---|---|
BigInteger |
getMaxSpareThreads()
Gets the value of the maxSpareThreads property. |
BigInteger |
getMaxThreads()
Gets the value of the maxThreads property. |
BigInteger |
getMinSpareThreads()
Gets the value of the minSpareThreads property. |
BigInteger |
getPort()
Gets the value of the port property. |
void |
setMaxSpareThreads(BigInteger value)
Sets the value of the maxSpareThreads property. |
void |
setMaxThreads(BigInteger value)
Sets the value of the maxThreads property. |
void |
setMinSpareThreads(BigInteger value)
Sets the value of the minSpareThreads property. |
void |
setPort(BigInteger value)
Sets the value of the port property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected BigInteger port
protected BigInteger maxThreads
protected BigInteger minSpareThreads
protected BigInteger maxSpareThreads
| Constructor Detail |
|---|
public WebConf()
| Method Detail |
|---|
public BigInteger getPort()
BigIntegerpublic void setPort(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getMaxThreads()
BigIntegerpublic void setMaxThreads(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getMinSpareThreads()
BigIntegerpublic void setMinSpareThreads(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getMaxSpareThreads()
BigIntegerpublic void setMaxSpareThreads(BigInteger value)
value - allowed object is
BigInteger
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||