mcconnell    2003/01/09 03:50:53

  Modified:    fortress/src/java/org/apache/excalibur/fortress/container
                        AbstractContainer.java
  Log:
  javadoc
  
  Revision  Changes    Path
  1.25      +10 -3     
jakarta-avalon-excalibur/fortress/src/java/org/apache/excalibur/fortress/container/AbstractContainer.java
  
  Index: AbstractContainer.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/fortress/src/java/org/apache/excalibur/fortress/container/AbstractContainer.java,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- AbstractContainer.java    9 Jan 2003 05:43:30 -0000       1.24
  +++ AbstractContainer.java    9 Jan 2003 11:50:53 -0000       1.25
  @@ -128,7 +128,8 @@
       /**
        * Pull the manager items from the context so we can use them to set up
        * the system.
  -     *
  +     * @param context the container context
  +     * @exception ContextException if a contexaulization error occurs
        * @avalon.context type="ClassLoader" optional="true"
        */
       public void contextualize( final Context context )
  @@ -150,6 +151,9 @@
        * ServiceManager delegate to the root manager, or it may choose to be
        * entirely self contained.
        *
  +     * @param serviceManager the service manager to apply to the container
  +     * @exception ServiceException is a servicing related error occurs
  +     *
        * @avalon.dependency type="LoggerManager"
        * @avalon.dependency type="PoolManager"
        * @avalon.dependency type="InstrumentManager"
  @@ -243,6 +247,8 @@
        * by the container by creating an appropriate [EMAIL PROTECTED] 
ComponentHandler}.
        *
        * @param metaData the information needed to construct a 
ComponentHandler for the component
  +     * @exception IllegalArgumentException if the classname defined by the 
meta data
  +     *   argument is undefined within the scope of the role manager
        */
       protected void addComponent( final ComponentHandlerMetaData metaData )
       {
  @@ -303,6 +309,7 @@
        *
        * @param roleEntry the description of the Role this handler will be for
        * @param metaData the information needed to construct a 
ComponentHandler for the component
  +     * @return the component handler
        */
       private ComponentHandler getComponentHandler( final RoleEntry roleEntry,
                                                     final 
ComponentHandlerMetaData metaData )
  @@ -602,7 +609,7 @@
        * in to <i>this</i> container, and services that were passed in through
        * service() are hence available to subclasses.
        *
  -     * @return the component manager that contains the child components.
  +     * @return the service manager that contains the child components.
        */
       protected ServiceManager getServiceManager()
       {
  
  
  

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

Reply via email to