org.mortbay.terracotta.servlet
Class TIMLightLoadTest.Worker

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

public static class TIMLightLoadTest.Worker
extends Object
implements Runnable


Constructor Summary
TIMLightLoadTest.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

TIMLightLoadTest.Worker

public TIMLightLoadTest.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.