| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.bea.com/ns/weblogic/90/domain}wldf-server-diagnosticType (extension)
Corresponds to WLDFServerDiagnosticMBean
Nested Element Summary | |
xs:boolean | diagnostic-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:string | diagnostic-jdbc-resource |
xs:string | diagnostic-store-dir The directory in which the current server maintains its diagnostic store. |
xs:long | event-persistence-interval The interval, in milliseconds, at which queued up instrumentation events will be periodically dispatched to the archive. |
xs:long | events-image-capture-interval The time span, in milliseconds, for which recently archived events will be captured in the diagnostic image. |
xs:string | image-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:boolean | synchronous-event-persistence-enabled Specifies the instrumentation events persistence policy. |
<xs:complexType name="wldf-server-diagnosticType"><xs:complexContent></xs:complexType><xs:extension base="dom:configurationType"></xs:complexContent><xs:sequence></xs:extension><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:element><xs:restriction base="xs:int"></xs:simpleType><xs:minInclusive value="0"/><xs:maxInclusive value="1440"/></xs:restriction><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:element><xs:restriction base="xs:string"></xs:simpleType><xs:enumeration value="FileStoreArchive"/><xs:enumeration value="JDBCArchive"/></xs:restriction><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:sequence>
</xs:element>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |