|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.jasmine.deployme.generated.Configuration.ActiveServices.Web.HttpReplicationConf
public static class Configuration.ActiveServices.Web.HttpReplicationConf
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="cluster_name" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="mcastaddre" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="mcastport" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="listenport" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
clusterName
|
protected java.math.BigInteger |
listenport
|
protected java.lang.String |
mcastaddre
|
protected java.math.BigInteger |
mcastport
|
| Constructor Summary | |
|---|---|
Configuration.ActiveServices.Web.HttpReplicationConf()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getClusterName()
Gets the value of the clusterName property. |
java.math.BigInteger |
getListenport()
Gets the value of the listenport property. |
java.lang.String |
getMcastaddre()
Gets the value of the mcastaddre property. |
java.math.BigInteger |
getMcastport()
Gets the value of the mcastport property. |
void |
setClusterName(java.lang.String value)
Sets the value of the clusterName property. |
void |
setListenport(java.math.BigInteger value)
Sets the value of the listenport property. |
void |
setMcastaddre(java.lang.String value)
Sets the value of the mcastaddre property. |
void |
setMcastport(java.math.BigInteger value)
Sets the value of the mcastport property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String clusterName
protected java.lang.String mcastaddre
protected java.math.BigInteger mcastport
protected java.math.BigInteger listenport
| Constructor Detail |
|---|
public Configuration.ActiveServices.Web.HttpReplicationConf()
| Method Detail |
|---|
public java.lang.String getClusterName()
Stringpublic void setClusterName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMcastaddre()
Stringpublic void setMcastaddre(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getMcastport()
BigIntegerpublic void setMcastport(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getListenport()
BigIntegerpublic void setListenport(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 | ||||||||