BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

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

Documentation
An integer value to be subtracted from the threshold value when
 the threshold value is crossed.



If Modulus is 0, a trap is generated each time the agent polls
 the monitored attribute and its value still exceeds or equals the
 threshold value.



If Modulus is larger than 0, the value of the modulus is
 subtracted from the threshold each time the threshold is
 crossed.

 


 Legal Min: 0
Properties
This component is not nillable.

Model
<modulus>

</modulus>

Source
<xs:element minOccurs="0" name="modulus" 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