luehe       2004/09/21 19:10:37

  Modified:    catalina/src/share/org/apache/catalina/core
                        mbeans-descriptors.xml
  Log:
  Expose context's start time using JSR77 compliant attribute name: "startTime" (we're 
already exposing it as "startupTime")
  
  Revision  Changes    Path
  1.34      +4 -1      
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core/mbeans-descriptors.xml
  
  Index: mbeans-descriptors.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/core/mbeans-descriptors.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- mbeans-descriptors.xml    1 Sep 2004 22:55:48 -0000       1.33
  +++ mbeans-descriptors.xml    22 Sep 2004 02:10:37 -0000      1.34
  @@ -170,6 +170,10 @@
       <attribute name="startupTime"
                  description="Startup time for this context"
                  type="long"/>
  +
  +    <attribute name="startTime"
  +               description="Time that this context was started"
  +               type="long"/>
                  
       <attribute name="state"
                  description="Current state of this component"
  @@ -216,7 +220,6 @@
       <attribute name="workDir"
                  description="The pathname to the work directory for this context"
                  type="java.lang.String"/>
  -      
   
       <operation   name="addValve"
                  description="Add a valve to this Context"
  
  
  

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

Reply via email to