complexType "jmxServerType"
Namespace:
Content:
complex, 5 attributes, 2 elements
Defined:
Includes:
definitions of 5 attributes, 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
    server-ref
 = 
xsd:string
    locateServer
 = 
(xsd:string | xsd:boolean) : "true"
    createServer
 = 
(xsd:string | xsd:boolean) : "false"
    createRmiRegistry
 = 
(xsd:string | xsd:boolean) : "true"
    enableStatistics
 = 
(xsd:string | xsd:boolean) : "true"
    >
   
Content: 
connector-server?, credentials?
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  jmxServerType
XML Source (w/o annotations (7); see within schema source)
<xsd:complexType name="jmxServerType">
<xsd:complexContent>
<xsd:extension base="mule:abstractAgentType">
<xsd:sequence>
<xsd:element minOccurs="0" name="connector-server" type="connectorServerType"/>
<xsd:element minOccurs="0" name="credentials" type="mule:mapType"/>
</xsd:sequence>
<xsd:attribute name="server-ref" type="xsd:string"/>
<xsd:attribute default="true" name="locateServer" type="mule:substitutableBoolean"/>
<xsd:attribute default="false" name="createServer" type="mule:substitutableBoolean"/>
<xsd:attribute default="true" name="createRmiRegistry" type="mule:substitutableBoolean"/>
<xsd:attribute default="true" name="enableStatistics" type="mule:substitutableBoolean"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 5/5)
createRmiRegistry
Type:
Use:
optional
Whether the agent should try locating an RmiRegistry instance before creating one. Unless there is a RmiRegistry explicitly created on the port defined by the connector-server URI, this must be set to true which is the default
Attribute Value
xsd:string | xsd:boolean
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="true" name="createRmiRegistry" type="mule:substitutableBoolean"/>

createServer
Type:
Use:
optional
Whether the agent should create an MBean server if one couldn't be found or locateServer was set to false.
Attribute Value
xsd:string | xsd:boolean
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="false" name="createServer" type="mule:substitutableBoolean"/>

enableStatistics
Type:
Use:
optional
Whether statistics reporting is enabled for the Mule instance.
Attribute Value
xsd:string | xsd:boolean
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="true" name="enableStatistics" type="mule:substitutableBoolean"/>

locateServer
Type:
Use:
optional
Whether the agent should try locating an MBeanServer instance before creating one.
Attribute Value
xsd:string | xsd:boolean
Default:
"true"
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute default="true" name="locateServer" type="mule:substitutableBoolean"/>

server-ref
Type:
xsd:string, predefined
Use:
optional
The mBean server to use.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="server-ref" type="xsd:string"/>
Content Element Detail (all declarations; defined in this component only; 2/2)
connector-server
Type:
connectorServerType, empty content
Configures the remote JMX connector server by specifying the URL and whether to rebind.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="connector-server" type="connectorServerType"/>

credentials
Type:
mule:mapType, complex content
A map of username/password entries used to authenticate remote JMX access. If not specified, remote access is not restricted.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="credentials" type="mule:mapType"/>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.