craigmcc 02/01/25 16:59:43 Modified: catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml Log: Expose the save() operation on the UserDatabase MBean, so that the admin app can ask the database to save itself to persistent storage (if needed). Revision Changes Path 1.23 +7 -1 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.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- mbeans-descriptors.xml 24 Jan 2002 20:40:42 -0000 1.22 +++ mbeans-descriptors.xml 26 Jan 2002 00:59:42 -0000 1.23 @@ -6,7 +6,7 @@ <!-- Descriptions of JMX MBeans for Catalina - $Id: mbeans-descriptors.xml,v 1.22 2002/01/24 20:40:42 craigmcc Exp $ + $Id: mbeans-descriptors.xml,v 1.23 2002/01/26 00:59:42 craigmcc Exp $ --> <mbeans-descriptors> @@ -750,6 +750,12 @@ <parameter name="username" description="User name of the user to remove" type="java.lang.String"/> + </operation> + + <operation name="save" + description="Save current users and groups to persistent storage" + impact="ACTION" + returnType="void"> </operation> </mbean>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>