BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType stuck-thread-actionType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}stuck-thread-actionType (extension)

Documentation
Corresponds to StuckThreadActionMBean
Properties
This component is not nillable.

Model
<...>
(work-manager-name?, module-name?, application-name?, max-stuck-threads-count?, action-code? )
</...>


Nested Element Summary
xs:stringaction-code
          Action to be taken when the stuck thread limit is reached. 
xs:stringapplication-name
          Application name to which the stuck WorkManager belongs 
xs:intmax-stuck-threads-count
          Minimum number of stuck threads required to take action 
xs:stringmodule-name
          Module name to which the stuck WorkManager belongs 
xs:stringwork-manager-name
          WorkManager name for which stuck thread actions need to be performed. 
Source
<xs:complexType name="stuck-thread-actionType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="work-manager-name" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="module-name" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="application-name" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="max-stuck-threads-count" nillable="false" type="xs:int">
</xs:element>
<xs:element minOccurs="0" name="action-code" nillable="true" type="xs:string">
</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