org.ow2.petals.topology.generated
Class JmxService

java.lang.Object
  extended by org.ow2.petals.topology.generated.JmxService

public class JmxService
extends java.lang.Object

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

rmiPort

protected int rmiPort
Constructor Detail

JmxService

public JmxService()
Method Detail

getRmiPort

public int getRmiPort()
Gets the value of the rmiPort property.


setRmiPort

public void setRmiPort(int value)
Sets the value of the rmiPort property.



Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.