| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.bea.com/ns/weblogic/90/domain}max-threads-constraintType (extension)
Corresponds to MaxThreadsConstraintMBean
Nested Element Summary | |
xs:string | connection-pool-name Name of the connection pool whose size is taken as the max constraint. |
xs:int | count Maximum number of concurrent threads that can execute requests sharing this constraint. |
<xs:complexType name="max-threads-constraintType"><xs:complexContent></xs:complexType><xs:extension base="dom:deploymentType"></xs:complexContent><xs:sequence></xs:extension><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:sequence>
</xs:element>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |