| 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}snmp-string-monitorType (extension)
Corresponds to SNMPStringMonitorMBean
Nested Element Summary | |
xs:boolean | notify-differ Generates a trap if the value of the monitored attribute and the value of String to Compare are different. |
xs:boolean | notify-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. |
<xs:complexType name="snmp-string-monitorType"><xs:complexContent></xs:complexType><xs:extension base="dom:snmp-jmx-monitorType"></xs:complexContent><xs:sequence></xs:extension><xs:element minOccurs="0" name="string-to-compare" nillable="true"><xs:simpleType></xs:element><xs:restriction base="xs:string"></xs:simpleType><xs:minLength value="1"/></xs:restriction><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:sequence>
</xs:element>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |