|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.jasmine.deployme.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 java.math.BigInteger |
maxSpareThreads
|
protected java.math.BigInteger |
maxThreads
|
protected java.math.BigInteger |
minSpareThreads
|
protected java.math.BigInteger |
port
|
| Constructor Summary | |
|---|---|
WebConf()
|
|
| Method Summary | |
|---|---|
java.math.BigInteger |
getMaxSpareThreads()
Gets the value of the maxSpareThreads property. |
java.math.BigInteger |
getMaxThreads()
Gets the value of the maxThreads property. |
java.math.BigInteger |
getMinSpareThreads()
Gets the value of the minSpareThreads property. |
java.math.BigInteger |
getPort()
Gets the value of the port property. |
void |
setMaxSpareThreads(java.math.BigInteger value)
Sets the value of the maxSpareThreads property. |
void |
setMaxThreads(java.math.BigInteger value)
Sets the value of the maxThreads property. |
void |
setMinSpareThreads(java.math.BigInteger value)
Sets the value of the minSpareThreads property. |
void |
setPort(java.math.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 java.math.BigInteger port
protected java.math.BigInteger maxThreads
protected java.math.BigInteger minSpareThreads
protected java.math.BigInteger maxSpareThreads
| Constructor Detail |
|---|
public WebConf()
| Method Detail |
|---|
public java.math.BigInteger getPort()
BigIntegerpublic void setPort(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getMaxThreads()
BigIntegerpublic void setMaxThreads(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getMinSpareThreads()
BigIntegerpublic void setMinSpareThreads(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getMaxSpareThreads()
BigIntegerpublic void setMaxSpareThreads(java.math.BigInteger value)
value - allowed object is
BigInteger
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||