Author: pero Date: Sun Mar 25 07:40:32 2007 New Revision: 522269 URL: http://svn.apache.org/viewvc?view=rev&rev=522269 Log: add some missing attributes
Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml?view=diff&rev=522269&r1=522268&r2=522269 ============================================================================== --- tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml (original) +++ tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml Sun Mar 25 07:40:32 2007 @@ -12,6 +12,11 @@ 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"/> @@ -55,6 +60,20 @@ 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" @@ -85,6 +104,11 @@ 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"/> @@ -122,6 +146,11 @@ <attribute name="fileDateFormat" 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" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]