BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType generic-file-storeType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}generic-file-storeType (extension)

Documentation
Corresponds to GenericFileStoreMBean
Properties
This component is not nillable.

Model
<...>
(directory?, synchronous-write-policy )
</...>


Nested Element Summary
xs:stringdirectory
          The path name to the file system directory where the file store maintains its data files. 
 synchronous-write-policy
          The disk write policy that determines how the file store writes data to disk. 
Source
<xs:complexType name="generic-file-storeType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="directory" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="synchronous-write-policy" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Disabled"/>
<xs:enumeration value="Cache-Flush"/>
<xs:enumeration value="Direct-Write"/>
</xs:restriction>
</xs:simpleType>
</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