Examples of Expirer


Examples of org.apache.tomcat.util.threads.Expirer

    // -------------------- Tomcat request events --------------------

    // XXX use contextInit/shutdown for local modules
   
    public void engineStart( ContextManager cm ) throws TomcatException {
  expirer=new Expirer();
  expirer.setCheckInterval( checkInterval );
  expirer.setExpireCallback( new SessionExpireCallback(this, debug) );
  expirer.start();
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.