|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.deployme.generated.Configuration.Web.HttpReplicationConf
public static class Configuration.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="multicast_address" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<element name="multicast_port" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="listen_port" 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 |
multicastAddress
|
protected java.math.BigInteger |
multicastPort
|
| Constructor Summary | |
|---|---|
Configuration.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 |
getMulticastAddress()
Gets the value of the multicastAddress property. |
java.math.BigInteger |
getMulticastPort()
Gets the value of the multicastPort 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 |
setMulticastAddress(java.lang.String value)
Sets the value of the multicastAddress property. |
void |
setMulticastPort(java.math.BigInteger value)
Sets the value of the multicastPort 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 multicastAddress
protected java.math.BigInteger multicastPort
protected java.math.BigInteger listenPort
| Constructor Detail |
|---|
public Configuration.Web.HttpReplicationConf()
| Method Detail |
|---|
public java.lang.String getClusterName()
Stringpublic void setClusterName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMulticastAddress()
Stringpublic void setMulticastAddress(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getMulticastPort()
BigIntegerpublic void setMulticastPort(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 | |||||||||