mcconnell 2004/04/14 04:52:01
Modified: meta/site/xdocs/meta/info/type/info collection.xml
Log:
Add collection enumeration breakdown.
Revision Changes Path
1.2 +32 -0 avalon/meta/site/xdocs/meta/info/type/info/collection.xml
Index: collection.xml
===================================================================
RCS file: /home/cvs/avalon/meta/site/xdocs/meta/info/type/info/collection.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- collection.xml 14 Apr 2004 11:47:32 -0000 1.1
+++ collection.xml 14 Apr 2004 11:52:01 -0000 1.2
@@ -23,6 +23,38 @@
</p>
</subsection>
+ <subsection name="Enumerated Values">
+ <table>
+ <tr><th>Value</th><th>Description</th></tr>
+ <tr>
+ <td>weak</td>
+ <td>
+ A component type having a weak collection policy
+ will be decommissioned following the release of the
+ instance reference by a consumer component.
+ </td>
+ </tr>
+ <tr>
+ <td>soft</td>
+ <td>
+ A component type having a soft collection policy
+ will be decommissioned following the release of the
+ instance reference by a consumer component if a memory
+ contention condition occurs.
+ </td>
+ </tr>
+ <tr>
+ <td>hard</td>
+ <td>
+ A component type having a hard collection policy
+ will be maintained in memory for the life of the its
+ containment model.
+ </td>
+ </tr>
+ </table>
+ </subsection>
+
+
<subsection name="Example XML">
<source><![CDATA[
<collection>soft</collection>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]