BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element attribute-m-bean-type

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)

Documentation
The MBean type that defines the attribute you want to monitor.
 Do not include the MBean suffix. For example,
 Server.



WebLogic Server does not support using Attribute Change trap
 notifications to monitor run-time attributes. Runtime MBeans always
 include the word Runtime in their names. For example,
 the ServerRuntime MBean provides access to runtime
 attributes while the Server MBean provides access to
 configuration attributes. To monitor changes in an MBean that
 includes Runtime in its name, use a String Monitor,
 Gauge Monitor, or Counter Monitor.
Properties
This component is not nillable.

Model
<attribute-m-bean-type>

</attribute-m-bean-type>

Source
<xs:element minOccurs="0" name="attribute-m-bean-type" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation