BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

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

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



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



If Offset is larger than 0, the value of the offset
 is added to the threshold each time the threshold is crossed.



For example, if you set Threshold to 1000 and Offset to 2000,
 when the observed attribute exceeds 1000, the Counter Monitor sends
 a notification and increases the threshold to 3000. When the
 observed attribute exceeds 3000, the Counter Monitor sends a
 notification and increases the threshold again to 5000.

 


 Legal Min: 0
Properties
This component is not nillable.

Model
<offset>

</offset>

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