BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType snmp-jmx-monitorType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}snmp-jmx-monitorType (extension)

Documentation
Corresponds to SNMPJMXMonitorMBean
Properties
This component is not nillable.

Model
<...>
(monitored-m-bean-type, monitored-m-bean-name?, monitored-attribute-name, polling-interval )
</...>


Nested Element Summary
 monitored-attribute-name
          The name of an MBean attribute to monitor. 
xs:stringmonitored-m-bean-name
          The name of the MBean instance that you want to monitor. 
 monitored-m-bean-type
          The MBean type that defines the attribute you want to monitor. 
 polling-interval
          The frequency (in seconds) that WebLogic Server checks the attribute value. 
Source
<xs:complexType name="snmp-jmx-monitorType">
<xs:complexContent>
<xs:extension base="dom:snmp-trap-sourceType">
<xs:sequence>
<xs:element minOccurs="0" name="monitored-m-bean-type" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="monitored-m-bean-name" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="monitored-attribute-name" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="polling-interval" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="65535"/>
</xs:restriction>
</xs:simpleType>
</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