complexType "jmxDefaultConfigType"
Namespace:
Content:
complex, 4 attributes, 1 element
Defined:
Includes:
definitions of 4 attributes, 1 element
Used:
Content Model Diagram
XML Representation Summary
<...
    registerMx4jAdapter
 = 
(xsd:string | xsd:boolean)
    registerLog4j
 = 
(xsd:string | xsd:boolean)
    host
 = 
xsd:string
    port
 = 
(xsd:string | xsd:int)
    >
   
Content: 
credentials?
</...>
Content Model Elements (1):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Type Definition Detail
Type Derivation Tree
  jmxDefaultConfigType
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="jmxDefaultConfigType">
<xsd:complexContent>
<xsd:extension base="mule:abstractAgentType">
<xsd:sequence>
<xsd:element minOccurs="0" name="credentials" type="mule:mapType"/>
</xsd:sequence>
<xsd:attribute name="registerMx4jAdapter" type="mule:substitutableBoolean"/>
<xsd:attribute name="registerLog4j" type="mule:substitutableBoolean"/>
<xsd:attribute name="host" type="xsd:string"/>
<xsd:attribute name="port" type="mule:substitutablePortNumber"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 4/4)
host
Type:
xsd:string, predefined
Use:
optional
The host to bind to. Normally, override this only for multi-NIC servers (default is localhost).
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="host" type="xsd:string"/>

port
Type:
Use:
optional
The port on which the RMI registry will run. This is also used for remote JMX management. Default is 1099.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="port" type="mule:substitutablePortNumber"/>

registerLog4j
Type:
Use:
optional
Whether to enable the Log4j agent.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="registerLog4j" type="mule:substitutableBoolean"/>

registerMx4jAdapter
Type:
Use:
optional
Whether to enable the MX4J adaptor.
Attribute Value
xsd:string | xsd:boolean
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="registerMx4jAdapter" type="mule:substitutableBoolean"/>
Content Element Detail (all declarations; defined in this component only; 1/1)
credentials
Type:
mule:mapType, complex content
A map of username/password properties for remote JMX access. The configuration option delegates to the JmxAgent.
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.