| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.bea.com/ns/weblogic/90/domain}jmxType (extension)
Corresponds to JMXMBean
Nested Element Summary | |
xs:boolean | compatibility-m-bean-server-enabled Enables JMX clients to use the deprecated MBeanHome interface. |
xs:boolean | domain-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:boolean | edit-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:boolean | management-ejb-enabled Enables access to the Management EJB (MEJB), which is part of the J2EE Management APIs (JSR-77). |
xs:boolean | platform-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:boolean | runtime-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. |
<xs:complexType name="jmxType"><xs:complexContent></xs:complexType><xs:extension base="dom:configurationType"></xs:complexContent><xs:sequence></xs:extension><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:sequence>
</xs:element>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |