Fix typos. Remove attributes that don't exist. Add a missing attribute.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 12 Sep 2010 01:38:30 +0000 (01:38 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Sun, 12 Sep 2010 01:38:30 +0000 (01:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@996235 13f79535-47bb-0310-9956-ffa450edef68

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

index 7c18bf3..beb2ff3 100644 (file)
                description="Object names of all children"
                type="[Ljavax.management.ObjectName;"/>
                
-    <attribute name="clearReferenceStatic"
+    <attribute name="clearReferencesStatic"
                description="Should Tomcat attempt to null out any static or final fields from loaded classes when a web application is stopped as a work around for apparent garbage collection bugs and application coding errors?"
                type="boolean"/>
                
-    <attribute name="clearReferenceStopThreads"
+    <attribute name="clearReferencesStopThreads"
                description="Should Tomcat attempt to terminate threads that have been started by the web application? Advisable to be used only in a development environment."
                type="boolean"/>
                
-    <attribute name="clearReferenceStopThreadLocals"
+    <attribute name="clearReferencesThreadLocals"
                description="Should Tomcat attempt to clear any ThreadLocal objects that are instances of classes loaded by this class loader. "
                type="boolean"/>
                
+    <attribute name="clearReferencesStopTimerThreads"
+               description="Should Tomcat attempt to terminate TimerThreads that have been started by the web application? Advisable to be used only in a development environment."
+               type="boolean"/>
+               
     <attribute name="configFilePath"
                description="Location of the context.xml resource or file"
                type="java.lang.String"/>
                type="java.lang.String"
                writeable="false" />
       
-    <attribute name="engineName"
-               description="Name of the engine domain, if different from the context domain"
-               type="java.lang.String"/>
-
     <attribute name="eventProvider"
                description="Event provider support for this managed object"
                is="true"
                type="boolean"
                writeable="false" />
           
-    <attribute name="hostName"
-               description="The host name."
-               type="java.lang.String"
-               writeable="false" />
-          
     <attribute name="ignoreAnnotations"
                description="Ignore annotations flag."
                type="boolean" />
                description="Associated loader."
                type="org.apache.catalina.Loader" />
                
-    <attribute name="logEffectiveWebxml"
+    <attribute name="logEffectiveWebXml"
                description="Should the effective web.xml be logged when the context starts?"
                type="boolean" />