|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.topology.generated.JmxService
public class JmxService
Java class for JmxService complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="JmxService">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="rmi-port" type="{http://www.w3.org/2001/XMLSchema}int"/>
</all>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected int |
rmiPort
|
| Constructor Summary | |
|---|---|
JmxService()
|
|
| Method Summary | |
|---|---|
int |
getRmiPort()
Gets the value of the rmiPort property. |
void |
setRmiPort(int value)
Sets the value of the rmiPort property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int rmiPort
| Constructor Detail |
|---|
public JmxService()
| Method Detail |
|---|
public int getRmiPort()
public void setRmiPort(int value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||