BEA WebLogic Server 10.0 Security Schema Reference

http://www.bea.com/ns/weblogic/920/domain
element prefetch-enums

Model
<prefetch-enums>boolean</prefetch-enums>
Disallowed substitutions (block)
none (extensions, restrictions and substitutions are allowed)
Substitution group exclusion (final)
none (extensions and restrictions are allowed)
Usage
Documentation
<p>Specifies whether this server should prefetch the next element
 in a <tt>java.lang.Enumeration</tt> (that had been improperly
 converted from a COM <tt>VariantEnumeration</tt> type) so the
 correct value is returned when the <tt>hasMoreElements()</tt>
 method is called.</p>

 <p>Some COM methods return a COM VariantEnumeration type. The
 java2com tool automatically converts the returned type into a
 java.lang.Enumeration. This is not a perfect match since COM
 enumerations have no equivalent to the
 <code>hasMoreElements()</code> call. The client must continue to
 call <code>nextElement</code> until a
 <code>NoSuchElementException</code> occurs. Setting this property
 will cause jCOM to prefetch the next element in behind the scenes
 and return the correct value when hasMoreElements is called.</p>
 (Interface=weblogic.management.configuration.COMMBean Attribute=isPrefetchEnums)
Fundamental Facets
equality, non-numeric, unbounded, unordered, finit value space
White Space Processing
collapse
BEA WebLogic Server 10.0 Security Schema Reference

Version: 10.0