BEA WebLogic Server 9.0 Diagnostics Framework Schema Reference

http://www.bea.com/ns/weblogic/90/diagnostics
element rule-type

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

Documentation
The rule-expression type for the watch:
 HARVESTER_RULE_TYPE refers to harvested data,
 LOG_RULE_TYPE refers to log entry data, and
 EVENT_DATA_RULE_TYPE refers to instrumentation event
 data. The default type is HARVESTER_RULE_TYPE. 



For information on rule expressions, see "Understanding the
 WebLogic Diagnostic Framework" on <a href="http://edocs.bea.com"
 shape="rect">http://edocs.bea.com.

 


 Default: WLDFWatchBean.HARVESTER_RULE_TYPE
Properties
This component is not nillable.

Model
<rule-type>

</rule-type>

Source
<xs:element minOccurs="0" name="rule-type" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Harvester"/>
<xs:enumeration value="Log"/>
<xs:enumeration value="EventData"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Diagnostics Framework Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation