BEA WebLogic Server 9.0 Diagnostics Framework Schema Reference

http://www.bea.com/ns/weblogic/90/diagnostics
complexType wldf-harvesterType

Super Types
{http://www.bea.com/ns/weblogic/90/diagnostics}wldf-harvesterType (extension)

Documentation
Corresponds to WLDFHarvesterBean
Properties
This component is not nillable.

Model
<...>
(enabled?, sample-period, harvested-type* )
</...>


Nested Element Summary
xs:booleanenabled
          Specifies whether the Harvester component is enabled. 
diag:wldf-harvested-typeTypeharvested-type
          The list of MBeans representing the harvested types. 
 sample-period
          The interval, in milliseconds, between samples. 
Source
<xs:complexType name="wldf-harvesterType">
<xs:complexContent>
<xs:extension base="diag:wldfType">
<xs:sequence>
<xs:element minOccurs="0" name="enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="sample-period" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:long">
<xs:minInclusive value="1000"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="harvested-type" nillable="true" type="diag:wldf-harvested-typeType">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Diagnostics Framework Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation