Clean-up unused attributes
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 30 Aug 2010 22:49:08 +0000 (22:49 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 30 Aug 2010 22:49:08 +0000 (22:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@991013 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/connector/Connector.java
java/org/apache/catalina/connector/mbeans-descriptors.xml

index 42976c4..66ee013 100644 (file)
@@ -185,20 +185,10 @@ public class Connector extends LifecycleMBeanBase  {
 
 
     /**
-     * The shutdown signal to our background thread
-     */
-    protected boolean stopped = false;
-
-    /**
      * Flag to use IP-based virtual hosting.
      */
     protected boolean useIPVHosts = false;
 
-    /**
-     * The background thread.
-     */
-    protected Thread thread = null;
-
 
     /**
      * Coyote Protocol handler class name.
index 9422694..0dbe579 100644 (file)
           description="Comma-separated list of SSL protocol variants to be enabled"
                  type="java.lang.String"/>
                  
-    <attribute   name="stopped"
-          description="Has this component been stopped?"
-                 type="boolean"
-            writeable="false"/>
-
-    <attribute   name="strategy"
-          description="Thread pool strategy"
-                 type="java.lang.String"/>
-
     <!-- Common -->
     <attribute   name="tcpNoDelay"
           description="Should we use TCP no delay?"