Package com.inspiresoftware.lib.dto.geda.performance

Examples of com.inspiresoftware.lib.dto.geda.performance.PerformanceTestLevel3Thread


  /** {@inheritDoc} */
  @Override
  protected void doGet(final HttpServletRequest req, final HttpServletResponse resp)
      throws ServletException, IOException {
   
    final PerformanceTestLevel3Thread task = new PerformanceTestLevel3Thread(2000, listener);
    task.run(); // just do it in this request.
    resp.getOutputStream().print(task.toString());
   
  }
View Full Code Here

TOP

Related Classes of com.inspiresoftware.lib.dto.geda.performance.PerformanceTestLevel3Thread

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.