complexType "jmxServerType"
Namespace:
Content:
complex, 5 attributes, attr. wildcard, 3 elements
Defined:
Includes:
definitions of 5 attributes, 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:string
 = 
(xsd:string | xsd:boolean) : "true"
 = 
(xsd:string | xsd:boolean) : "false"
 = 
(xsd:string | xsd:boolean) : "true"
 = 
(xsd:string | xsd:boolean) : "true"
    {any attribute with non-schema namespace}
    >
   
Content: 
mule:annotations?, connector-server?, credentials?
</...>
Content Model Elements (3):
connector-server, credentials, mule:annotations
All Direct / Indirect Based Elements (1):
jmx-server
Known Usage Locations
Type Definition Detail
Type Derivation Tree
mule:annotatedType (extension)
  mule:abstractAgentType (extension)
      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 within this component only; 5/6)
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 within this component only; 2/3)
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 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.