You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2002/08/05 13:52:25 UTC

cvs commit: jakarta-avalon-excalibur/instrument/src/java/org/apache/excalibur/instrument InstrumentManager.java

leif        2002/08/05 04:52:25

  Modified:    instrument/src/java/org/apache/excalibur/instrument
                        InstrumentManager.java
  Log:
  Add the ability to register instrumentables at an arbitrary location in the
  instrumentable hierarchy.
  
  Revision  Changes    Path
  1.2       +4 -2      jakarta-avalon-excalibur/instrument/src/java/org/apache/excalibur/instrument/InstrumentManager.java
  
  Index: InstrumentManager.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/instrument/src/java/org/apache/excalibur/instrument/InstrumentManager.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- InstrumentManager.java	29 Jul 2002 16:05:19 -0000	1.1
  +++ InstrumentManager.java	5 Aug 2002 11:52:25 -0000	1.2
  @@ -17,7 +17,9 @@
   {
       /**
        * Instrumentable to be registered with the instrument manager.  Should be
  -     *  called whenever an Instrumentable is created.
  +     *  called whenever an Instrumentable is created.  The '.' character is
  +     *  used to denote a child Instrumentable and can be used to register the
  +     *  instrumentable at a specific point in an instrumentable hierarchy.
        *
        * @param instrumentable Instrumentable to register with the InstrumentManager.
        * @param instrumentableName The name to use when registering the Instrumentable.
  
  
  

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