amyroh      02/01/22 10:24:12

  Modified:    catalina/src/share/org/apache/catalina/mbeans
                        mbeans-descriptors.xml
  Log:
  Fix parameter names to be more meaningful.
  
  Revision  Changes    Path
  1.16      +10 -9     
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans/mbeans-descriptors.xml
  
  Index: mbeans-descriptors.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans/mbeans-descriptors.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- mbeans-descriptors.xml    18 Jan 2002 21:50:10 -0000      1.15
  +++ mbeans-descriptors.xml    22 Jan 2002 18:24:12 -0000      1.16
  @@ -6,7 +6,7 @@
   <!--
        Descriptions of JMX MBeans for Catalina
   
  -     $Id: mbeans-descriptors.xml,v 1.15 2002/01/18 21:50:10 craigmcc Exp $
  +     $Id: mbeans-descriptors.xml,v 1.16 2002/01/22 18:24:12 amyroh Exp $
    -->
   
   <mbeans-descriptors>
  @@ -338,6 +338,7 @@
   
   
     <mbean         name="MBeanFactory"
  +            className="org.apache.catalina.mbeans.MBeanFactory"
             description="Factory for MBeans and corresponding components"
                  domain="Catalina">
   
  @@ -687,7 +688,7 @@
             description="Associate the specified Loader with this Context"
                  impact="ACTION"
              returnType="void">
  -      <parameter name="valve"
  +      <parameter name="loader"
             description="MBean Name of the Loader to be associated"
                    type="java.lang.String"/>
       </operation>
  @@ -696,7 +697,7 @@
             description="Associate the specified Logger with this Context"
                  impact="ACTION"
              returnType="void">
  -      <parameter name="valve"
  +      <parameter name="logger"
             description="MBean Name of the Logger to be associated"
                    type="java.lang.String"/>
       </operation>
  @@ -705,7 +706,7 @@
             description="Associate the specified Manager with this Context"
                  impact="ACTION"
              returnType="void">
  -      <parameter name="valve"
  +      <parameter name="manager"
             description="MBean Name of the Manager to be associated"
                    type="java.lang.String"/>
       </operation>
  @@ -714,7 +715,7 @@
             description="Associate the specified Realm with this Context"
                  impact="ACTION"
              returnType="void">
  -      <parameter name="valve"
  +      <parameter name="realm"
             description="MBean Name of the Realm to be associated"
                    type="java.lang.String"/>
       </operation>
  @@ -781,7 +782,7 @@
             description="Associate the specified Logger with this Engine"
                  impact="ACTION"
              returnType="void">
  -      <parameter name="valve"
  +      <parameter name="logger"
             description="MBean Name of the Logger to be associated"
                    type="java.lang.String"/>
       </operation>
  @@ -790,7 +791,7 @@
             description="Associate the specified Realm with this Engine"
                  impact="ACTION"
              returnType="void">
  -      <parameter name="valve"
  +      <parameter name="realm"
             description="MBean Name of the Realm to be associated"
                    type="java.lang.String"/>
       </operation>
  @@ -890,7 +891,7 @@
             description="Associate the specified Logger with this Host"
                  impact="ACTION"
              returnType="void">
  -      <parameter name="valve"
  +      <parameter name="logger"
             description="MBean Name of the Logger to be associated"
                    type="java.lang.String"/>
       </operation>
  @@ -899,7 +900,7 @@
             description="Associate the specified Realm with this Host"
                  impact="ACTION"
              returnType="void">
  -      <parameter name="valve"
  +      <parameter name="realm"
             description="MBean Name of the Realm to be associated"
                    type="java.lang.String"/>
       </operation>
  
  
  

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

Reply via email to