BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

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

Documentation
The lower threshold that triggers events based on the number of
 bytes stored in the SAF agent.


  - 


The default value of -1  disables the events for this 
 SAF agent. 



  - 


Applies only to agents with sending capability.



  - 


Updating BytesThresholdLow affects only new
 requests.



  - 


If the number of bytes falls below this threshold, the triggered
 events are:


  - 

Log Messages: 
 A message is logged on the server indicating that the
 threshold condition has cleared.



  - 

Flow Control: 
 The agent becomes disarmed and instructs producers to beging
 increasing their message flow.









Range of Values: = BytesThresholdHigh
Properties
This component is not nillable.

Model
<bytes-threshold-low>

</bytes-threshold-low>

Source
<xs:element minOccurs="0" name="bytes-threshold-low" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:long">
<xs:minInclusive value="-1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation