BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

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

Documentation
Corresponds to SNMPStringMonitorMBean
Properties
This component is not nillable.

Model
<...>
(string-to-compare, notify-differ?, notify-match? )
</...>


Nested Element Summary
xs:booleannotify-differ
          Generates a trap if the value of the monitored attribute and the value of String to Compare are different. 
xs:booleannotify-match
          Generates a trap if the value of the monitored attribute and the value of String to Compare are the same. 
 string-to-compare
          The string against which the value of the monitored attribute will be compared. 
Source
<xs:complexType name="snmp-string-monitorType">
<xs:complexContent>
<xs:extension base="dom:snmp-jmx-monitorType">
<xs:sequence>
<xs:element minOccurs="0" name="string-to-compare" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="notify-differ" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="notify-match" 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