BEA WebLogic Server 9.0 Diagnostics Framework Schema Reference

http://www.bea.com/ns/weblogic/90/diagnostics
complexType wldf-watch-notificationType

Super Types
{http://www.bea.com/ns/weblogic/90/diagnostics}wldf-watch-notificationType (extension)

Documentation
Corresponds to WLDFWatchNotificationBean
Properties
This component is not nillable.

Model
<...>
(enabled?, severity, log-watch-severity, watch*, image-notification*, jms-notification*, jmx-notification*, smtp-notification*, snmp-notification* )
</...>


Nested Element Summary
xs:booleanenabled
          Specifies whether the Watch Notification component is enabled. 
diag:wldf-image-notificationTypeimage-notification
          The Image notifications defined in this deployment. 
diag:wldfjms-notificationTypejms-notification
          The JMS notifications defined in this deployment. 
diag:wldfjmx-notificationTypejmx-notification
          The JMX notifications defined in this deployment. 
 log-watch-severity
          The threshold severity level of log messages evaluated by log watch rules. 
 severity
          The default notification severity level for all watches. 
diag:wldfsmtp-notificationTypesmtp-notification
          The SMTP notifications defined in this deployment. 
diag:wldfsnmp-notificationTypesnmp-notification
          The SNMP notifications defined in this deployment. 
diag:wldf-watchTypewatch
          The watches defined in this deployment. 
Source
<xs:complexType name="wldf-watch-notificationType">
<xs:complexContent>
<xs:extension base="diag:wldfType">
<xs:sequence>
<xs:element minOccurs="0" name="enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="severity" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Info"/>
<xs:enumeration value="Warning"/>
<xs:enumeration value="Error"/>
<xs:enumeration value="Notice"/>
<xs:enumeration value="Critical"/>
<xs:enumeration value="Alert"/>
<xs:enumeration value="Emergency"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="log-watch-severity" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Info"/>
<xs:enumeration value="Warning"/>
<xs:enumeration value="Error"/>
<xs:enumeration value="Notice"/>
<xs:enumeration value="Critical"/>
<xs:enumeration value="Alert"/>
<xs:enumeration value="Emergency"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="watch" nillable="true" type="diag:wldf-watchType">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="image-notification" nillable="true" type="diag:wldf-image-notificationType">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="jms-notification" nillable="true" type="diag:wldfjms-notificationType">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="jmx-notification" nillable="true" type="diag:wldfjmx-notificationType">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="smtp-notification" nillable="true" type="diag:wldfsmtp-notificationType">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="snmp-notification" nillable="true" type="diag:wldfsnmp-notificationType">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Diagnostics Framework Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation