| BEA WebLogic Server 9.0 Diagnostics Framework Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.bea.com/ns/weblogic/90/diagnostics}wldf-instrumentationType (extension)
Corresponds to WLDFInstrumentationBean
Nested Element Summary | |
xs:boolean | enabled The state of the instrumentation behavior for the server or application. |
xs:string | exclude Pattern expressions for classes that will be excluded from this instrumentation scope. |
xs:string | include Pattern expressions for classes that are included in this instrumentation scope. |
diag:wldf-instrumentation-monitorType | wldf-instrumentation-monitor The diagnostic monitors defined in this instrumentation scope. |
<xs:complexType name="wldf-instrumentationType"><xs:complexContent></xs:complexType><xs:extension base="diag:wldfType"></xs:complexContent><xs:sequence></xs:extension><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:sequence>
</xs:element>
| BEA WebLogic Server 9.0 Diagnostics Framework Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |