| 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}execute-queueType (extension)
Corresponds to ExecuteQueueMBean
Nested Element Summary | |
| queue-length The maximum number of simultaneous requests that this server can hold in the queue. |
| queue-length-threshold-percent The percentage of the Queue Length size that can be reached before this server indicates an overflow condition for the queue. |
| thread-count The number of threads assigned to this queue. |
| thread-priority The priority of the threads associated with this queue. |
| threads-increase The number of threads to grow the queue length when the thread count reaches the QueueLengthThreasholdPercent value. |
| threads-maximum The maximum number of threads that this queue is allowed to have; this value prevents WebLogic Server from creating an overly high thread count in the queue in response to continual overflow conditions. |
| threads-minimum The minimum number of threads that WebLogic Server will maintain in the queue. |
<xs:complexType name="execute-queueType"><xs:complexContent></xs:complexType><xs:extension base="dom:configurationType"></xs:complexContent><xs:sequence></xs:extension><xs:element minOccurs="0" name="queue-length" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="256"/><xs:maxInclusive value="1073741824"/></xs:restriction><xs:element minOccurs="0" name="thread-priority" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/><xs:maxInclusive value="10"/></xs:restriction><xs:element minOccurs="0" name="thread-count" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/><xs:maxInclusive value="65536"/></xs:restriction><xs:element minOccurs="0" name="queue-length-threshold-percent" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/><xs:maxInclusive value="99"/></xs:restriction><xs:element minOccurs="0" name="threads-increase" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/><xs:maxInclusive value="65536"/></xs:restriction><xs:element minOccurs="0" name="threads-maximum" nillable="false"><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="1"/><xs:maxInclusive value="65536"/></xs:restriction><xs:element minOccurs="0" name="threads-minimum" nillable="false"></xs:sequence><xs:simpleType></xs:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/><xs:maxInclusive value="65536"/></xs:restriction>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |