BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType wldf-server-diagnosticType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}wldf-server-diagnosticType (extension)

Documentation
Corresponds to WLDFServerDiagnosticMBean
Properties
This component is not nillable.

Model
<...>
(image-dir?, image-timeout, events-image-capture-interval?, diagnostic-store-dir?, diagnostic-data-archive-type, diagnostic-jdbc-resource?, synchronous-event-persistence-enabled?, event-persistence-interval?, diagnostic-context-enabled? )
</...>


Nested Element Summary
xs:booleandiagnostic-context-enabled
          If true, diagnostic context creation is enabled. 
 diagnostic-data-archive-type
          Determines whether the current server persists its harvested metrics and event data in a diagnostic store (file-based store) or a JDBC based archive. 
xs:stringdiagnostic-jdbc-resource
          
xs:stringdiagnostic-store-dir
          The directory in which the current server maintains its diagnostic store. 
xs:longevent-persistence-interval
          The interval, in milliseconds, at which queued up instrumentation events will be periodically dispatched to the archive. 
xs:longevents-image-capture-interval
          The time span, in milliseconds, for which recently archived events will be captured in the diagnostic image. 
xs:stringimage-dir
          The default directory where the server stores captured diagnostic images. 
 image-timeout
          The default timeout period, in minutes, that the server uses to delay future diagnostic image-capture requests. 
xs:booleansynchronous-event-persistence-enabled
          Specifies the instrumentation events persistence policy. 
Source
<xs:complexType name="wldf-server-diagnosticType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="image-dir" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="image-timeout" nillable="false">
<xs:simpleType>
<xs:restriction base="xs:int">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="1440"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="events-image-capture-interval" nillable="false" type="xs:long">
</xs:element>
<xs:element minOccurs="0" name="diagnostic-store-dir" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="diagnostic-data-archive-type" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="FileStoreArchive"/>
<xs:enumeration value="JDBCArchive"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="diagnostic-jdbc-resource" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="synchronous-event-persistence-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="event-persistence-interval" nillable="false" type="xs:long">
</xs:element>
<xs:element minOccurs="0" name="diagnostic-context-enabled" nillable="false" type="xs:boolean">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation