BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element self-tuning-thread-pool-size-min

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

Documentation
Get the minimum thread pool size of the self-tuning thread pool.



 The self-tuning thread pool starts with the default size of 1. It grows
 and shrinks automatically as required. Setting this attribute changes the 
 default min pool size. The thread count will never shrink below this value. 
 It can add threads to improve throughput but will never decrease below the 
 set minimum.




 This attribute is used only when {@link #setUse81StyleExecuteQueues} 
 is turned off which is the default.


 


 Legal Min: 1


 Legal Max: 65534


 Default: 1
Properties
This component is not nillable.

Model
<self-tuning-thread-pool-size-min>

</self-tuning-thread-pool-size-min>

Source
<xs:element minOccurs="0" name="self-tuning-thread-pool-size-min" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="65534"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation