Package org.apache.tomcat.util.threads

Examples of org.apache.tomcat.util.threads.ThreadPool$ControlRunnable


    /* All processors which have been created. */
    private Vector created = new Vector();

   
    public PoolTcpEndpoint() {
  tp = new ThreadPool();
    }
View Full Code Here


    /* All processors which have been created. */
    private Vector created = new Vector();

   
    public PoolTcpEndpoint() {
  tp = new ThreadPool();
    }
View Full Code Here

    /* All processors which have been created. */
    private Vector created = new Vector();

   
    public PoolTcpEndpoint() {
  tp = new ThreadPool();
    }
View Full Code Here

    /* All processors which have been created. */
    private Vector created = new Vector();

   
    public PoolTcpEndpoint() {
  tp = new ThreadPool();
    }
View Full Code Here

    protected int linger=100;
    protected int socketTimeout=-1;
   
    public PoolTcpEndpoint() {
  //  super("tc_log");  // initialize default logger
  tp = new ThreadPool();
    }
View Full Code Here

TOP

Related Classes of org.apache.tomcat.util.threads.ThreadPool$ControlRunnable

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.