element <mbean-server> (global)
Namespace:
Type:
anonymous complexType (extension of beans:identifiedType)
Content:
empty, 2 attributes
Defined:
Includes:
definition of 1 attribute
Used:
never
Content Model Diagram
XML Representation Summary
<mbean-server
   
 = 
xsd:string
 = 
xsd:string
/>
Annotation
Exposes a default MBeanServer for the current platform. Autodetects WebLogic 9+, WebSphere 6.1+ and the JDK 1.5+ platform MBeanServer. The default bean name for the exposed MBeanServer is "mbeanServer". This may be customized through specifying the "id" attribute.
See:  java:org.springframework.jmx.support.MBeanServerFactoryBean
Anonymous Type Detail
Type Derivation Tree
beans:identifiedType (extension)
  complexType
XML Source (w/o annotations (2); see within schema source)
<xsd:element name="mbean-server">
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="beans:identifiedType">
<xsd:attribute name="agent-id" type="xsd:string"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; defined within this component only; 1/2)
agent-id
Type:
xsd:string, predefined
Use:
optional
The agent id of the target MBeanServer, if any.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="agent-id" type="xsd:string"/>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.