|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.jasmine.deployme.extension.web.tomcat.tomcat7.generated.Tomcat7SessionReplicationType
public class Tomcat7SessionReplicationType
Java class for tomcat7SessionReplicationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tomcat7SessionReplicationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="clusterName" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="multicastAdress" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="multicastPort" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="listenPort" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="algorithm">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="delta"/>
<enumeration value="backup"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
algorithm
|
protected String |
clusterName
|
protected Long |
listenPort
|
protected String |
multicastAdress
|
protected Long |
multicastPort
|
| Constructor Summary | |
|---|---|
Tomcat7SessionReplicationType()
|
|
| Method Summary | |
|---|---|
String |
getAlgorithm()
Gets the value of the algorithm property. |
String |
getClusterName()
Gets the value of the clusterName property. |
Long |
getListenPort()
Gets the value of the listenPort property. |
String |
getMulticastAdress()
Gets the value of the multicastAdress property. |
Long |
getMulticastPort()
Gets the value of the multicastPort property. |
void |
setAlgorithm(String value)
Sets the value of the algorithm property. |
void |
setClusterName(String value)
Sets the value of the clusterName property. |
void |
setListenPort(Long value)
Sets the value of the listenPort property. |
void |
setMulticastAdress(String value)
Sets the value of the multicastAdress property. |
void |
setMulticastPort(Long 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 String clusterName
protected String multicastAdress
protected Long multicastPort
protected Long listenPort
protected String algorithm
| Constructor Detail |
|---|
public Tomcat7SessionReplicationType()
| Method Detail |
|---|
public String getClusterName()
Stringpublic void setClusterName(String value)
value - allowed object is
Stringpublic String getMulticastAdress()
Stringpublic void setMulticastAdress(String value)
value - allowed object is
Stringpublic Long getMulticastPort()
Longpublic void setMulticastPort(Long value)
value - allowed object is
Longpublic Long getListenPort()
Longpublic void setListenPort(Long value)
value - allowed object is
Longpublic String getAlgorithm()
Stringpublic void setAlgorithm(String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||