costin      2003/03/20 07:56:40

  Modified:    catalina/src/share/org/apache/catalina/core
                        mbeans-descriptors.xml
  Log:
  Add the "valveNames" attribute
  
  Revision  Changes    Path
  1.3       +15 -0     
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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- mbeans-descriptors.xml    17 Mar 2003 19:22:07 -0000      1.2
  +++ mbeans-descriptors.xml    20 Mar 2003 15:56:40 -0000      1.3
  @@ -119,6 +119,11 @@
                  description="The document root for this web application"
                  type="java.lang.String"/>
   
  +    <attribute name="valveNames"
  +               description="ObjectNames for the valves associated with this 
container"
  +               type="[Ljavax.management.ObjectName;"
  +               writeable="false"/>
  +
       <attribute name="environments"
                  description="MBean Names of the set of defined environment entries 
for this web application"
                  type="[Ljava.lang.String;"
  @@ -313,6 +318,11 @@
                  description="Route used for load balancing"
                  type="java.lang.String"/>
         
  +    <attribute name="valveNames"
  +               description="ObjectNames for the valves associated with this 
container"
  +               type="[Ljavax.management.ObjectName;"
  +               writeable="false"/>
  +
       <operation name="addChild"
                  description="Add a virtual host"
                  impact="ACTION"
  @@ -418,6 +428,11 @@
                  description="Return the MBean ObjectNames of the Valves associated 
with this Host"
                  type="[Ljavax.management.ObjectName;"/>
         
  +    <attribute name="valveNames"
  +               description="ObjectNames for the valves associated with this 
container"
  +               type="[Ljavax.management.ObjectName;"
  +               writeable="false"/>
  +
       <operation name="addAlias"
                  description="Add an alias name that should be mapped to this Host"
                  impact="ACTION"
  
  
  

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

Reply via email to