BEA WebLogic Server 9.0 Diagnostics Framework Schema Reference

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

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

Documentation
Corresponds to WLDFInstrumentationBean
Properties
This component is not nillable.

Model
<...>
(enabled?, include*, exclude*, wldf-instrumentation-monitor* )
</...>


Nested Element Summary
xs:booleanenabled
          The state of the instrumentation behavior for the server or application. 
xs:stringexclude
          Pattern expressions for classes that will be excluded from this instrumentation scope. 
xs:stringinclude
          Pattern expressions for classes that are included in this instrumentation scope. 
diag:wldf-instrumentation-monitorTypewldf-instrumentation-monitor
          The diagnostic monitors defined in this instrumentation scope. 
Source
<xs:complexType name="wldf-instrumentationType">
<xs:complexContent>
<xs:extension base="diag:wldfType">
<xs:sequence>
<xs:element minOccurs="0" name="enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="include" nillable="true" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="exclude" nillable="true" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="wldf-instrumentation-monitor" nillable="true" type="diag:wldf-instrumentation-monitorType">
</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