donaldp     2002/09/14 00:43:38

  Modified:    src/java/org/apache/avalon/framework/context Context.java
  Log:
  Add some blurb to context interface
  
  Revision  Changes    Path
  1.9       +5 -0      
jakarta-avalon/src/java/org/apache/avalon/framework/context/Context.java
  
  Index: Context.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon/src/java/org/apache/avalon/framework/context/Context.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Context.java      5 Aug 2002 13:23:57 -0000       1.8
  +++ Context.java      14 Sep 2002 07:43:38 -0000      1.9
  @@ -16,6 +16,11 @@
    * services, settings and information that is supplied by the
    * Container to the Component.</p>
    *
  + * <p>The values placed in the context are runtime values that can
  + * only be provided by the container. The Context should <b>NOT</b> be
  + * used to retrieve configuration values or services that can be provided
  + * by peer components.</p>
  + *
    * <p>This relationship should be documented in a well known place.
    * It is sometimes convenient to derive from Context to provide
    * a particular style of Context for your Component-Container
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to