BEA WebLogic Server 9.1 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType capacityType

{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}capacityType

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

CapacityMBean defines the maximum number of requests that can be enqueued by all the work managers that share it.

The server starts rejecting requests once the capacity threshold is reached. Note that the capacity includes all requests, queued or executing, from the constrained work set. This constraint is independent of the global queue threshold specified by OverloadProtectionMBean#getSharedCapacityForWorkManagers() .

Requests are rejected by performing overload actions. RMI work is rejected by sending back a recoverable exception to the clients. Servlet requests are rejected by sending back a 503 response.

MBean: CapacityMBean


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
          

Total number of requests that can be enqueued.

 

BEA WebLogic Server 9.1 Domain Configuration Schema Reference

Version: 9.1