BEA WebLogic Server 9.1 Domain Configuration Schema Reference

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

{http://www.w3.org/2001/XMLSchema}anyType
  {http://www.bea.com/ns/weblogic/90/domain}configurationType
      {http://www.bea.com/ns/weblogic/90/domain}deploymentType
          {http://www.bea.com/ns/weblogic/90/domain}max-threads-constraintType

Model
<...>
name?, notes?, target?, deployment-order?, count?, connection-pool-name?
</...>
Prohibited substitutions (block)
none (extensions and restrictions are allowed)
Usage
Derived types: none
Components using this type: none
Documentation

This MBean defines the max number of concurrent threads that can execute requests sharing this max constraint.

MaxThreadsConstraint can be used to tell the server that the requests are constrained by an external resource like a database and allocating more threads that the external resource limit is not going to help since the extra threads are just going to wait.

MBean: MaxThreadsConstraintMBean


Nested Element Summary
annonymous type derived from stringname optional
           
stringnotes optional
          

Optional information that you can include to describe this configuration.

 
stringtarget optional
          

Privileges:

Redeploy or Restart required: Changes take effect after you redeploy the module or restart the server.

 
annonymous type derived from intdeployment-order optional
          

A priority that the server uses to determine when it deploys an item.

 
intcount optional
          

Maximum number of concurrent threads that can execute requests sharing this constraint.

 
stringconnection-pool-name optional
          

Name of the connection pool whose size is taken as the max constraint.

 

BEA WebLogic Server 9.1 Domain Configuration Schema Reference

Version: 9.1