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/06/19 20:01:24 UTC

cvs commit: avalon-components/site/xdocs/examples fortress.xml phoenix.xml

mcconnell    2003/06/19 11:01:24

  Modified:    site/xdocs/components scheduler.xml
  Added:       site/xdocs/examples fortress.xml phoenix.xml
  Log:
  Documation enhancement.
  
  Revision  Changes    Path
  1.2       +48 -2     avalon-components/site/xdocs/components/scheduler.xml
  
  Index: scheduler.xml
  ===================================================================
  RCS file: /home/cvs/avalon-components/site/xdocs/components/scheduler.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- scheduler.xml	4 May 2003 12:19:49 -0000	1.1
  +++ scheduler.xml	19 Jun 2003 18:01:24 -0000	1.2
  @@ -4,15 +4,61 @@
   
     <properties>
       <author email="mcconnell@apache.org">Stephen McConnell</author>
  -    <title>Cornerstone Scheduler</title>
  +    <title>Cornerstone Connection</title>
     </properties>
   
     <body>
       <section name="Cornerstone Components - Scheduler">
  -      <p><strong>PLACEHOLDER</strong></p>
  +      <subsection name="Description">
  +           <p>
  +           The TimeScheduler service provides a services supporting the 
  +           scheduling of activities to occur an certain intervals.
  +           The DefaultTimeScheduler block implements the service. When
  +           used in conjunction with the service is it a TimeTrigger.  
  +           There are two such tiggers provided within the implementation
  +           CronTimeTrigger and PeriodicTimeTigger.
  +           </p>
  +      </subsection>
  +      <subsection name="Deployment Facts">
  +        <table>
  +          <tr><td>Containment</td><td>Classic Framework 4.</td>
  +          </tr>
  +          <tr><td>Lifestyle</td><td>singleton</td></tr>
  +          <tr><td>Lifecycle</td>
  +            <td>
  +              <table>
  +                <tr><th>Stage</th><th>Description</th></tr>
  +                <tr><td>LogEnabled</td><td>Logs lifescycle stages and runtime warning.</td></tr>
  +                <tr>
  +                  <td>Serviceable</td>
  +                  <td>
  +                  The connection manager has a structural dependency on the 
  +                  <a href="threads.html">Threads</a>component.
  +                  </td>
  +                </tr>
  +                <tr>
  +                  <td>Startable</td>
  +                  <td>
  +                  Initiates execution using the default thread pool.
  +                  </td>
  +                </tr>
  +                <tr>
  +                  <td>Disposable</td>
  +                  <td>
  +                  Disposal phase cleanup.
  +                  </td>
  +                </tr>
  +              </table>
  +            </td>
  +          </tr>
  +        </table>
  +      </subsection>
       </section>
  +
     </body>
   
   </document>
  +
  +
   
   
  
  
  
  1.1                  avalon-components/site/xdocs/examples/fortress.xml
  
  Index: fortress.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
  
    <properties>
      <author email="mcconnell@apache.org">Stephen McConnell</author>
      <title>Fortress Examples</title>
    </properties>
  
    <body>
      <section name="Fortress Examples">
        <p><strong>PLACEHOLDER</strong></p>
      </section>
    </body>
  
  </document>
  
  
  
  
  
  1.1                  avalon-components/site/xdocs/examples/phoenix.xml
  
  Index: phoenix.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
  
    <properties>
      <author email="mcconnell@apache.org">Stephen McConnell</author>
      <title>Phoenix Examples</title>
    </properties>
  
    <body>
      <section name="Phoenix Examples">
        <p><strong>PLACEHOLDER</strong></p>
      </section>
    </body>
  
  </document>
  
  
  
  
  

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