BEA WebLogic Server 9.0 Diagnostics Framework Schema Reference

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

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

Documentation
Corresponds to WLDFInstrumentationMonitorBean
Properties
This component is not nillable.

Model
<...>
(description?, enabled?, dye-mask?, dye-filtering-enabled?, properties?, action*, location-type, pointcut? )
</...>


Nested Element Summary
xs:stringaction
          The diagnostic actions attached to this monitor. 
xs:stringdescription
          Optional description of this monitor. 
xs:booleandye-filtering-enabled
          Specifies whether dye filtering is enabled for the diagnostic actions associated with this monitor. 
xs:stringdye-mask
          The dye mask for all diagnostic actions associated with this monitor. 
xs:booleanenabled
          Specifies whether the monitor and its associated diagnostics actions are enabled. 
 location-type
          Attached actions are applied at selected locations: before, after, or around pointcuts. 
xs:stringpointcut
          The pointcut expression for this monitor. 
xs:stringproperties
          Properties for this monitor. 
Source
<xs:complexType name="wldf-instrumentation-monitorType">
<xs:complexContent>
<xs:extension base="diag:wldfType">
<xs:sequence>
<xs:element minOccurs="0" name="description" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="dye-mask" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="dye-filtering-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="properties" nillable="true" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="action" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="location-type" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="before"/>
<xs:enumeration value="after"/>
<xs:enumeration value="around"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="pointcut" nillable="true" type="xs:string">
</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