ch.syabru.nagios.broker.xml
Class XmlJmx

java.lang.Object
  extended by ch.syabru.nagios.broker.xml.XmlJmx

public class XmlJmx
extends Object

Java class for XmlJmx complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="XmlJmx">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="mBeanServer" type="{http://www.syabru.ch/nagios-msg-broker/1.0}XmlJmxMBeanServer" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<XmlJmxMBeanServer> mBeanServer
           
 
Constructor Summary
XmlJmx()
           
 
Method Summary
 List<XmlJmxMBeanServer> getMBeanServer()
          Gets the value of the mBeanServer property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mBeanServer

protected List<XmlJmxMBeanServer> mBeanServer
Constructor Detail

XmlJmx

public XmlJmx()
Method Detail

getMBeanServer

public List<XmlJmxMBeanServer> getMBeanServer()
Gets the value of the mBeanServer property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the mBeanServer property.

For example, to add a new item, do as follows:

    getMBeanServer().add(newItem);
 

Objects of the following type(s) are allowed in the list XmlJmxMBeanServer



Copyright © 2010-2011 Syabru. All Rights Reserved.