BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType server-failure-triggerType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}server-failure-triggerType (extension)

Documentation
Corresponds to ServerFailureTriggerMBean
Properties
This component is not nillable.

Model
<...>
(max-stuck-thread-time, stuck-thread-count )
</...>


Nested Element Summary
 max-stuck-thread-time
          The number of seconds that a thread must be continually working before this server diagnoses the thread as being stuck. 
 stuck-thread-count
          The number of stuck threads after which the server is transitioned into FAILED state. 
Source
<xs:complexType name="server-failure-triggerType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="max-stuck-thread-time" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="2147483647"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<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>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation