BEA WebLogic Server 9.0 Diagnostics Framework Schema Reference

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

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

Documentation
Corresponds to WLDFImageNotificationBean
Properties
This component is not nillable.

Model
<...>
(image-directory?, image-lockout )
</...>


Nested Element Summary
xs:stringimage-directory
          The directory where diagnostic images are stored. 
 image-lockout
          The length of time, in minutes, during which no diagnostic images requests will be accepted; that is, the minimum amount of time between image capture requests. 
Source
<xs:complexType name="wldf-image-notificationType">
<xs:complexContent>
<xs:extension base="diag:wldf-notificationType">
<xs:sequence>
<xs:element minOccurs="0" name="image-directory" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="image-lockout" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
</xs:restriction>
</xs:simpleType>
</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