BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType jmxType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}jmxType (extension)

Documentation
Corresponds to JMXMBean
Properties
This component is not nillable.

Model
<...>
(runtime-m-bean-server-enabled?, domain-m-bean-server-enabled?, edit-m-bean-server-enabled?, compatibility-m-bean-server-enabled?, management-ejb-enabled?, platform-m-bean-server-enabled? )
</...>


Nested Element Summary
xs:booleancompatibility-m-bean-server-enabled
          Enables JMX clients to use the deprecated MBeanHome interface. 
xs:booleandomain-m-bean-server-enabled
          Specifies whether the Administration Server initializes the Domain MBean Server, which provides federated access to all runtime MBeans and read-only configuration MBeans in the domain. 
xs:booleanedit-m-bean-server-enabled
          Specifies whether the Administration Server initializes the Edit MBean Server, which contains the hierarchy of MBeans used to make modifications to the domain's configuration. 
xs:booleanmanagement-ejb-enabled
          Enables access to the Management EJB (MEJB), which is part of the J2EE Management APIs (JSR-77). 
xs:booleanplatform-m-bean-server-enabled
          Causes each WebLogic Server instance to initialize the JDK's platform MBean server and to use the platform MBean server as the Runtime MBean Server. 
xs:booleanruntime-m-bean-server-enabled
          Specifies whether each server instance in the domain initializes its Runtime MBean Server, which provides access to a server's runtime MBeans and read-only configuration MBeans. 
Source
<xs:complexType name="jmxType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="runtime-m-bean-server-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="domain-m-bean-server-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="edit-m-bean-server-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="compatibility-m-bean-server-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="management-ejb-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="platform-m-bean-server-enabled" nillable="false" type="xs:boolean">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation