BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element threshold

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

Documentation
Specifies a value that triggers the Counter Monitor to generate
 a trap.



The Counter Monitor generates a trap each time it polls the
 value and determines that the value has transitioned from below the
 threshold to at or above the threshold. While the value remains at
 or above the threshold, the Counter Monitor does not generate
 additional traps.



If the threshold is 0, the counter monitor to generates a trap
 each time it polls the value, unless the value is negative.

 


 Legal Min: 0
Properties
This component is not nillable.

Model
<threshold>

</threshold>

Source
<xs:element minOccurs="0" name="threshold" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation