Package org.apache.tomcat.util.threads

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


                next=wEnv.getHandler( "dispatch" );
            if( next==null )
                next=wEnv.getHandler( "request" );
        }

        tp=new ThreadPool();
               
        super.initJkComponent();
       
        log.info("JK: listening on unix socket: " + file );
       
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

    protected int linger=100;
    protected int socketTimeout=-1;
   
    public PoolTcpEndpoint() {
  //  super("tc_log");  // initialize default logger
  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

                next=wEnv.getHandler( "dispatch" );
            if( next==null )
                next=wEnv.getHandler( "request" );
        }

        tp=new ThreadPool();
               
        super.initJkComponent();
       
        log.info("JK: listening on unix socket: " + file );
       
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

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

    protected boolean tcpNoDelay=false;
    protected int linger=100;
    protected int socketTimeout=-1;
   
    public PoolTcpEndpoint() {
  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.