You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2003/05/03 00:55:05 UTC

cvs commit: avalon-phoenix/src/api/org/apache/avalon/phoenix BlockContext.java

donaldp     2003/05/02 15:55:05

  Modified:    src/api/org/apache/avalon/phoenix BlockContext.java
  Log:
  Add in commented out stubs for PNIX-31
  
  Revision  Changes    Path
  1.4       +17 -0     avalon-phoenix/src/api/org/apache/avalon/phoenix/BlockContext.java
  
  Index: BlockContext.java
  ===================================================================
  RCS file: /home/cvs/avalon-phoenix/src/api/org/apache/avalon/phoenix/BlockContext.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- BlockContext.java	22 Mar 2003 12:07:06 -0000	1.3
  +++ BlockContext.java	2 May 2003 22:55:05 -0000	1.4
  @@ -169,6 +169,23 @@
       //Object getProxy( Object other, Class[] interfaces );
   
       /**
  +     * Method via which Blocks export their children to management
  +     * subsystem.
  +     *
  +     * @param name the name under which child is registered ('.' separated)
  +     * @param child the child object
  +     * @param interfaces the interfaces to export
  +     */
  +    //void export( String name, Object child, Class[] interfaces );
  +
  +    /**
  +     * Method to unexport child object from management subsystem.
  +     *
  +     * @param name the name of child
  +     */
  +    //void unexport( String name );
  +
  +    /**
        * Retrieve the MBeanServer for this application.
        *
        * NOTE: Unsure if this will ever be implemented
  
  
  

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