uk.ac.soton.ecs.grimoires.test.concurrent
Class ConcurrentThread
java.lang.Object
java.lang.Thread
uk.ac.soton.ecs.grimoires.test.concurrent.ConcurrentThread
- All Implemented Interfaces:
- Runnable
- Direct Known Subclasses:
- WSDLThread
- public abstract class ConcurrentThread
- extends Thread
| 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 |
grimoiresProxy
protected GrimoiresProxy grimoiresProxy
logger
protected org.apache.log4j.Logger logger
ConcurrentThread
public ConcurrentThread()
setIterations
public void setIterations(int iterations)
setGrimoiresProxy
public void setGrimoiresProxy(GrimoiresProxy grimoiresProxy)
- Parameters:
grimoiresProxy - The grimoiresProxy to set.
run
public void run()
operate
protected abstract void operate()