Examples of DefaultThreadFactory


Examples of org.tamacat.httpd.util.DefaultThreadFactory

    for (ReverseUrl url : reverseUrls) {
      HttpMonitor<ReverseUrl> monitor = new HttpMonitor<ReverseUrl>();
      monitor.setHealthCheckTarget(this);
      monitor.setMonitorConfig(getMonitorConfig(url));
      monitor.setTarget(url);
      new DefaultThreadFactory("Monitor").newThread(monitor).start();
      monitor.startMonitor();
    }
  }
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.