BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType max-threads-constraintType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}max-threads-constraintType (extension)

Documentation
Corresponds to MaxThreadsConstraintMBean
Properties
This component is not nillable.

Model
<...>
(count?, connection-pool-name? )
</...>


Nested Element Summary
xs:stringconnection-pool-name
          Name of the connection pool whose size is taken as the max constraint. 
xs:intcount
          Maximum number of concurrent threads that can execute requests sharing this constraint. 
Source
<xs:complexType name="max-threads-constraintType">
<xs:complexContent>
<xs:extension base="dom:deploymentType">
<xs:sequence>
<xs:element minOccurs="0" name="count" nillable="false" type="xs:int">
</xs:element>
<xs:element minOccurs="0" name="connection-pool-name" 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