BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element results-batch-size

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

Documentation
The number of users, groups, and ACLs to return per Remote
 Procedure Call (RPC).



Specifies the batch size (number of users, groups, and ACLs to
 return per rpc) for returning users, groups, and ACLs. The purpose
 is to avoid having either one rpc per user, group, or ACL or one
 very large rpc that causes an overfill of memory.

 


 Legal Min: 0


 Default: 200
Properties
This component is not nillable.

Model
<results-batch-size>

</results-batch-size>

Source
<xs:element minOccurs="0" name="results-batch-size" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation