uk.ac.soton.ecs.grimoires.test.throughput.grimoires
Class FindServiceWorker

java.lang.Object
  extended byjava.lang.Thread
      extended byuk.ac.soton.ecs.grimoires.test.throughput.Worker
          extended byuk.ac.soton.ecs.grimoires.test.throughput.grimoires.FindServiceWorker
All Implemented Interfaces:
Constants, Runnable

public class FindServiceWorker
extends Worker
implements Constants


Nested Class Summary
 class FindServiceWorker.KeepingTryingGrimoiresWSProxyFactory
          A GrimoiresProxy factory that creates a GrimoiresProxy that does not call System.exit() when serious problem happens.
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Fields inherited from interface uk.ac.soton.ecs.grimoires.test.throughput.grimoires.Constants
GRIMOIRES_LOCATION, NUMBER_OF_SERVICES
 
Constructor Summary
FindServiceWorker()
           
 
Method Summary
 void run()
           
 
Methods inherited from class uk.ac.soton.ecs.grimoires.test.throughput.Worker
barrier, getProperty, getTransactions, inc
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FindServiceWorker

public FindServiceWorker()
Method Detail

run

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