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 2002/02/12 06:36:58 UTC

cvs commit: jakarta-avalon/src/java/org/apache/avalon/framework/thread package.html

mcconnell    02/02/11 21:36:58

  Modified:    src/java/org/apache/avalon/framework/configuration
                        package.html
  Added:       src/java/org/apache/avalon/framework/activity package.html
               src/java/org/apache/avalon/framework/component package.html
               src/java/org/apache/avalon/framework/context package.html
               src/java/org/apache/avalon/framework/logger package.html
               src/java/org/apache/avalon/framework/parameters package.html
               src/java/org/apache/avalon/framework/thread package.html
  Log:
  javadoc package description
  
  Revision  Changes    Path
  1.1                  jakarta-avalon/src/java/org/apache/avalon/framework/activity/package.html
  
  Index: package.html
  ===================================================================
  <body>
  Activity related interfaces covering component initialization, execution, startable and stoppable components, suspension, and disposal.
  </body>
  
  
  
  1.1                  jakarta-avalon/src/java/org/apache/avalon/framework/component/package.html
  
  Index: package.html
  ===================================================================
  <body>
  Interfaces and implementation of the component management services supporting container based management of componet lookup and decommissioning.
  </body>
  
  
  
  1.2       +0 -5      jakarta-avalon/src/java/org/apache/avalon/framework/configuration/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon/src/java/org/apache/avalon/framework/configuration/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	9 Dec 2001 04:53:33 -0000	1.1
  +++ package.html	12 Feb 2002 05:36:58 -0000	1.2
  @@ -1,7 +1,3 @@
  -<html>
  -  <head>
  -    <title>Package Documentation for org.apache.avalon.framework.configuration Package</title>
  -  </head>
     <body bgcolor="white">
       Component configuration interfaces and XML-based implementations.
       <br><br>
  @@ -19,4 +15,3 @@
         described in <a href="DefaultConfigurationBuilder.html">DefaultConfigurationBuilder</a>.
       </ul>
     </body>
  -</html>
  
  
  
  1.1                  jakarta-avalon/src/java/org/apache/avalon/framework/context/package.html
  
  Index: package.html
  ===================================================================
  <body>
  Interfaces and implementation of the Context model through which runtime context can be applied by a manager to a component.
  </body>
  
  
  
  1.1                  jakarta-avalon/src/java/org/apache/avalon/framework/logger/package.html
  
  Index: package.html
  ===================================================================
  <body>
  Abstract logging framework supporting pluggable logging mechanisms including LogKit, Log4J and the JDK 1.4 logging infrastructure.
  </body>
  
  
  
  1.1                  jakarta-avalon/src/java/org/apache/avalon/framework/parameters/package.html
  
  Index: package.html
  ===================================================================
  <body>
  Interfaces supporting the supply of flat configuration information.
  </body>
  
  
  
  1.1                  jakarta-avalon/src/java/org/apache/avalon/framework/thread/package.html
  
  Index: package.html
  ===================================================================
  <body>
  Interfaces enabling declaration of single threaded and thread-dafe components.
  </body>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>