You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2003/12/14 21:26:26 UTC

cvs commit: avalon/meta/site/xdocs/meta/info/type info.xml

mcconnell    2003/12/14 12:26:26

  Modified:    meta/site/xdocs/meta/info/type info.xml
  Log:
  Update to reflect WEAK, SOFT and HARD collection parameters.
  
  Revision  Changes    Path
  1.6       +7 -4      avalon/meta/site/xdocs/meta/info/type/info.xml
  
  Index: info.xml
  ===================================================================
  RCS file: /home/cvs/avalon/meta/site/xdocs/meta/info/type/info.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- info.xml	11 Dec 2003 08:48:12 -0000	1.5
  +++ info.xml	14 Dec 2003 20:26:26 -0000	1.6
  @@ -42,9 +42,11 @@
               <td>collection</td><td>0..1</td>
               <td>
                Declaration of a garbage collection policy default override.  If 
  -             the value is "liberal" the component will be decommissioned automatically
  -             if all references to the component have been released.  If the value is
  -             "conservative" the component will be maintained for the life of its parent.
  +             the value is "weak" the component will be decommissioned automatically
  +             if all references to the component have been released.  If the value
  +             "soft" the component will be decommissioned in the event of 
  +             memory contention. If the value is "hard" the component will be 
  +             maintained for the life of its container.
               </td>
             </tr>
           </table>
  @@ -63,6 +65,7 @@
       <name>test</info>
       <version>1.0</version>
       <lifestyle>singleton</lifestyle>
  +    <collection>soft</collection>
       <attributes>
         <attribute key="about" value="An example attribute."/>
         <attribute key="status" value="FINAL"/>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org