add some missing attributes
authorpero <pero@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 25 Mar 2007 14:40:32 +0000 (14:40 +0000)
committerpero <pero@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 25 Mar 2007 14:40:32 +0000 (14:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@522269 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/valves/mbeans-descriptors.xml

index ef09828..1a9667b 100644 (file)
                type="java.lang.String"
                writeable="false"/>
 
+    <attribute name="info"
+               description="Information about this implementation"
+               type="java.lang.String"
+               writeable="false"/>
+
     <attribute name="containerName"
                description="Object name of the container"
                type="javax.management.ObjectName"/>
                is="true"
                type="boolean"/>
 
+    <attribute name="checkExists"
+               description="Check for file existence before logging."
+               is="true"
+               type="boolean"/>
+    
+    <operation name="rotate"
+               description="Move the existing log file to a new name"
+               impact="ACTION"
+               returnType="boolean">
+      <parameter name="newFileName"
+                 description="File name to move the log file to."
+                 type="java.lang.String"/>
+    </operation>
   </mbean>
 
   <mbean name="ErrorReportValve"
                type="java.lang.String"
                writeable="false"/>
 
+    <attribute name="info"
+               description="Information about this implementation"
+               type="java.lang.String"
+               writeable="false"/>
+
     <attribute name="containerName"
                description="Object name of the container"
                type="javax.management.ObjectName"/>
                description="The format for the date date based log rotation."
                type="java.lang.String"/>
 
+    <attribute name="buffered"
+               description="Flag to buffering."
+               is="true"
+               type="boolean"/>
+
     <operation name="rotate"
                description="Move the existing log file to a new name"
                impact="ACTION"