BEA WebLogic Server 9.0 Diagnostics Framework Schema Reference

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

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

Documentation
Attached actions are applied at selected locations:
 before, after, or around
 pointcuts. This is relevant only for custom monitors. (A location
 where diagnostic code is added is called a diagnostic
 joinpoint. A set of joinpoints, identified by an expression, is
 called a pointcut.)  


Once a location type is set, it cannot be changed.

 


 Default: "before"
Properties
This component is not nillable.

Model
<location-type>

</location-type>

Source
<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>

BEA WebLogic Server 9.0 Diagnostics Framework Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation