craigmcc 02/01/24 12:40:42 Modified: catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml Log: Add definitions of the "className" attribute so that tools can see it. Revision Changes Path 1.22 +71 -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.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- mbeans-descriptors.xml 24 Jan 2002 20:34:05 -0000 1.21 +++ mbeans-descriptors.xml 24 Jan 2002 20:40:42 -0000 1.22 @@ -6,7 +6,7 @@ <!-- Descriptions of JMX MBeans for Catalina - $Id: mbeans-descriptors.xml,v 1.21 2002/01/24 20:34:05 craigmcc Exp $ + $Id: mbeans-descriptors.xml,v 1.22 2002/01/24 20:40:42 craigmcc Exp $ --> <mbeans-descriptors> @@ -19,6 +19,11 @@ group="Valve" type="org.apache.catalina.valves.AccessLogValve"> + <attribute name="className" + description="Fully qualified class name of the managed object" + type="java.lang.String" + writeable="false"/> + <attribute name="debug" description="The debugging detail level for this component" type="int"/> @@ -80,6 +85,11 @@ group="Logger" type="org.apache.catalina.logger.FileLogger"> + <attribute name="className" + description="Fully qualified class name of the managed object" + type="java.lang.String" + writeable="false"/> + <attribute name="debug" description="The debugging detail level for this component" type="int"/> @@ -171,6 +181,11 @@ description="The input buffer size we should create on input streams" type="int"/> + <attribute name="className" + description="Fully qualified class name of the managed object" + type="java.lang.String" + writeable="false"/> + <attribute name="connectionTimeout" description="Timeout value on the incoming connection" type="int"/> @@ -241,6 +256,11 @@ description="The input buffer size we should create on input streams" type="int"/> + <attribute name="className" + description="Fully qualified class name of the managed object" + type="java.lang.String" + writeable="false"/> + <attribute name="connectionTimeout" description="Timeout value on the incoming connection" type="int"/> @@ -295,6 +315,11 @@ group="Realm" type="org.apache.catalina.realm.JDBCRealm"> + <attribute name="className" + description="Fully qualified class name of the managed object" + type="java.lang.String" + writeable="false"/> + <attribute name="connectionName" description="The connection username to use when trying to connect to the database" type="java.lang.String"/> @@ -349,6 +374,11 @@ group="Realm" type="org.apache.catalina.realm.JNDIRealm"> + <attribute name="className" + description="Fully qualified class name of the managed object" + type="java.lang.String" + writeable="false"/> + <attribute name="connectionName" description="The connection username for the server we will contact" type="java.lang.String"/> @@ -612,6 +642,11 @@ group="Realm" type="org.apache.catalina.realm.MemoryRealm"> + <attribute name="className" + description="Fully qualified class name of the managed object" + type="java.lang.String" + writeable="false"/> + <attribute name="debug" description="The debugging detail level for this component" type="int"/> @@ -731,6 +766,11 @@ description="The comma-delimited set of allow expressions" type="java.lang.String"/> + <attribute name="className" + description="Fully qualified class name of the managed object" + type="java.lang.String" + writeable="false"/> + <attribute name="debug" description="The debugging detail level for this component" type="int"/> @@ -753,6 +793,11 @@ description="The comma-delimited set of allow expressions" type="java.lang.String"/> + <attribute name="className" + description="Fully qualified class name of the managed object" + type="java.lang.String" + writeable="false"/> + <attribute name="debug" description="The debugging detail level for this component" type="int"/> @@ -771,6 +816,11 @@ group="Valve" type="org.apache.catalina.valves.RequestDumperValve"> + <attribute name="className" + description="Fully qualified class name of the managed object" + type="java.lang.String" + writeable="false"/> + <attribute name="debug" description="The debugging detail level for this component" type="int"/> @@ -785,6 +835,11 @@ group="Valve" type="org.apache.catalina.authenticator.SingleSignOn"> + <attribute name="className" + description="Fully qualified class name of the managed object" + type="java.lang.String" + writeable="false"/> + <attribute name="debug" description="The debugging detail level for this component" type="int"/> @@ -1207,6 +1262,11 @@ group="Logger" type="org.apache.catalina.logger.SystemErrLogger"> + <attribute name="className" + description="Fully qualified class name of the managed object" + type="java.lang.String" + writeable="false"/> + <attribute name="debug" description="The debugging detail level for this component" type="int"/> @@ -1225,6 +1285,11 @@ group="Logger" type="org.apache.catalina.logger.SystemOutLogger"> + <attribute name="className" + description="Fully qualified class name of the managed object" + type="java.lang.String" + writeable="false"/> + <attribute name="debug" description="The debugging detail level for this component" type="int"/> @@ -1309,6 +1374,11 @@ domain="Catalina" group="Realm" type="org.apache.catalina.realm.UserDatabaseRealm"> + + <attribute name="className" + description="Fully qualified class name of the managed object" + type="java.lang.String" + writeable="false"/> <attribute name="debug" description="The debugging detail level for this component"
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>