|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.deployme.v2.generated.HaEjb2Type
public class HaEjb2Type
Describe HA EJB2 configuration.
Example:
Java class for haEjb2Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="haEjb2Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="multicastAddress" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="multicastPort" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
multicastAddress
|
protected Long |
multicastPort
|
| Constructor Summary | |
|---|---|
HaEjb2Type()
|
|
| Method Summary | |
|---|---|
String |
getMulticastAddress()
Gets the value of the multicastAddress property. |
Long |
getMulticastPort()
Gets the value of the multicastPort property. |
void |
setMulticastAddress(String value)
Sets the value of the multicastAddress 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 multicastAddress
protected Long multicastPort
| Constructor Detail |
|---|
public HaEjb2Type()
| Method Detail |
|---|
public String getMulticastAddress()
Stringpublic void setMulticastAddress(String value)
value - allowed object is
Stringpublic Long getMulticastPort()
Longpublic void setMulticastPort(Long value)
value - allowed object is
Long
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||