BEA WebLogic Server 9.0 Diagnostics Framework Schema Reference

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

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

Documentation
For automatic alarms, the time period, in milliseconds, to
 wait after the watch evaluates to true before the
 alarm is automatically reset.



The default reset period is 60000 milliseconds, which is
 equivalent to 60 seconds.
Properties
This component is not nillable.

Model
<alarm-reset-period>

</alarm-reset-period>

Source
<xs:element minOccurs="0" name="alarm-reset-period" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1000"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Diagnostics Framework Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation