BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element stuck-thread-count

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

Documentation
The number of stuck threads after which the server is transitioned into
 FAILED state. There are options in OverloadProtectionMBean to suspend and
 shutdown a FAILED server. By default, the server continues to run in 
 FAILED state.



If the StuckThreadCount value is set to zero then the server never
 transitions into FAILED server irrespective of the number of stuck threads.


 


 Legal Min: 0


 Legal Max: java.lang.Integer.MAX_VALUE


 Default: 0
Properties
This component is not nillable.

Model
<stuck-thread-count>

</stuck-thread-count>

Source
<xs:element minOccurs="0" name="stuck-thread-count" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="2147483647"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation