BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element shared-capacity-for-work-managers

Super Types
{http://www.w3.org/2001/XMLSchema}int
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)

Documentation
Total number of requests that can be present in the server. This includes
 requests that are enqueued and those under execution.



 The server performs a differentiated denial of service on reaching the
 shared capacity. A request with higher priority will be accepted in place 
 of a lower priority request already in the queue. The lower priority 
 request is kept waiting in the queue till all high priority requests are 
 executed. Further enqueues of the low priority requests are rejected right 
 away. 


 


 Legal Min: 1


 Legal Max: 1073741824
Properties
This component is not nillable.

Model
<shared-capacity-for-work-managers>

</shared-capacity-for-work-managers>

Source
<xs:element minOccurs="0" name="shared-capacity-for-work-managers" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="1073741824"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation