org.eclipse.jetty.server.session
Class AbstractLightLoadTest.Worker

java.lang.Object
  extended by org.eclipse.jetty.server.session.AbstractLightLoadTest.Worker
All Implemented Interfaces:
Runnable
Enclosing class:
AbstractLightLoadTest

public static class AbstractLightLoadTest.Worker
extends Object
implements Runnable


Constructor Summary
AbstractLightLoadTest.Worker(CyclicBarrier barrier, int requestsCount, String sessionCookie, String[] urls)
           
 
Method Summary
 void run()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractLightLoadTest.Worker

public AbstractLightLoadTest.Worker(CyclicBarrier barrier,
                                    int requestsCount,
                                    String sessionCookie,
                                    String[] urls)
Method Detail

start

public void start()
           throws Exception
Throws:
Exception

stop

public void stop()
          throws Exception
Throws:
Exception

run

public void run()
Specified by:
run in interface Runnable


Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.