donaldp     2002/11/09 19:34:09

  Modified:    instrument/src/java/org/apache/excalibur/instrument
                        InstrumentManager.java
  Log:
  Add in role string
  
  Revision  Changes    Path
  1.3       +3 -1      
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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- InstrumentManager.java    5 Aug 2002 11:52:25 -0000       1.2
  +++ InstrumentManager.java    10 Nov 2002 03:34:08 -0000      1.3
  @@ -15,6 +15,8 @@
    */
   public interface InstrumentManager
   {
  +    String ROLE = InstrumentManager.class.getName();
  +
       /**
        * Instrumentable to be registered with the instrument manager.  Should be
        *  called whenever an Instrumentable is created.  The '.' character is
  
  
  

--
To unsubscribe, e-mail:   <mailto:avalon-cvs-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-cvs-help@;jakarta.apache.org>

Reply via email to