org.mortbay.terracotta.servlet
Class LightLoadTest.Worker

java.lang.Object
  extended by org.mortbay.terracotta.servlet.LightLoadTest.Worker
All Implemented Interfaces:
Runnable
Enclosing class:
LightLoadTest

public static class LightLoadTest.Worker
extends Object
implements Runnable


Constructor Summary
LightLoadTest.Worker(CyclicBarrier barrier, int requestsCount, String sessionCookie)
           
 
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

LightLoadTest.Worker

public LightLoadTest.Worker(CyclicBarrier barrier,
                            int requestsCount,
                            String sessionCookie)
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-2008 Mort Bay Consulting. All Rights Reserved.