You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2003/09/14 22:18:43 UTC

cvs commit: jakarta-commons/pool/xdocs/guide classdiagrams.xml index.xml sequencediagrams.xml

dirkv       2003/09/14 13:18:43

  Added:       pool/xdocs/guide classdiagrams.xml index.xml
                        sequencediagrams.xml
  Log:
  Developers Guide: Class & Sequence diagrams
  
  Revision  Changes    Path
  1.1                  jakarta-commons/pool/xdocs/guide/classdiagrams.xml
  
  Index: classdiagrams.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
  
   <properties>
    <title>Sequence Diagrams</title>
    <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
   </properties>
  
   <body>
  
  <section name="GenericObjectPool">
  <center><img src="../images/uml/GenericObjectPool.gif"/></center>
  </section>
  
  <section name="GenericKeyedObjectPool">
  <center><img src="../images/uml/GenericKeyedObjectPool.gif"/></center>
  </section>
  
  
  </body>
  </document>
  
  
  
  1.1                  jakarta-commons/pool/xdocs/guide/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
  
   <properties>
    <title>Developers Guide</title>
    <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
   </properties>
  
   <body>
  
  <section name="ObjectPool">
  <center><img src="../images/uml/ObjectPool.gif"/></center>
  </section>
  
  <section name="KeyedObjectPool">
  <center><img src="../images/uml/KeyedObjectPool.gif"/></center>
  </section>
  
  </body>
  </document>
  
  
  
  1.1                  jakarta-commons/pool/xdocs/guide/sequencediagrams.xml
  
  Index: sequencediagrams.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
  
   <properties>
    <title>Sequence Diagrams</title>
    <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
   </properties>
  
   <body>
  
  <section name="borrowObject">
  <center><img src="../images/uml/borrowObject.gif"/></center>
  </section>
  
  <section name="returnObject">
  <center><img src="../images/uml/returnObject.gif"/></center>
  </section>
  
  <section name="invalidateObject">
  <center><img src="../images/uml/invalidateObject.gif"/></center>
  </section>
  
  </body>
  </document>