complexType "abstractMonitoredObjectStoreType"
Namespace:
Content:
empty, 4 attributes
Defined:
globally in mule.xsd; see XML source
Includes:
definitions of 4 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:string
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:int)
 = 
(xsd:string | xsd:int)
/>
Known Direct Subtypes (1):
textFileObjectStoreType
All Direct / Indirect Based Elements (2):
in-memory-store, simple-text-file-store
Known Usage Locations
Type Definition Detail
Type Derivation Tree
abstractObjectStoreType (extension)
  abstractMonitoredObjectStoreType
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="abstractMonitoredObjectStoreType">
<xsd:complexContent>
<xsd:extension base="abstractObjectStoreType">
<xsd:attribute name="name" type="xsd:string"/>
<xsd:attribute name="maxEntries" type="substitutableInt"/>
<xsd:attribute name="entryTTL" type="substitutableInt"/>
<xsd:attribute name="expirationInterval" type="substitutableInt"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; defined within this component only; 4/4)
entryTTL
Type:
Use:
optional
The time-to-live for each message ID, specified in seconds, or '-1' for entries that should never expire. DO NOT combine this with an unbounded store!
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="entryTTL" type="substitutableInt"/>

expirationInterval
Type:
Use:
optional
The interval for periodic bounded size enforcement and entry expiration, specified in seconds. Arbitrary positive values between one second and several hours or days are possible, but should be chosen carefully according to the expected message rate to prevent OutOfMemory conditions.
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="expirationInterval" type="substitutableInt"/>

maxEntries
Type:
Use:
optional
The maximum number of entries that this store keeps around. Specify '-1' if the store is supposed to be "unbounded".
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="maxEntries" type="substitutableInt"/>

name
Type:
xsd:string, predefined
Use:
optional
An ID for this store that can be used for logging and identification purposes.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="name" type="xsd:string"/>

XML schema documentation generated with DocFlex/XML RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.