BEA WebLogic Server 9.0 Diagnostics Framework Schema Reference

http://www.bea.com/ns/weblogic/90/diagnostics
element alarm-type

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

Documentation
The alarm type for the watch: manual or automatic. The
 default alarm type is manual.



Once a manually set alarm has triggered, it must be reset
 through the WebLogic Server Administration Console or
 programmatically before it can trigger again. An automatic reset
 alarm will reset after the specified time period has elapsed.
Properties
This component is not nillable.

Model
<alarm-type>

</alarm-type>

Source
<xs:element minOccurs="0" name="alarm-type" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="None"/>
<xs:enumeration value="ManualReset"/>
<xs:enumeration value="AutomaticReset"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Diagnostics Framework Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation