org.globus.exec.service.test.throughput.util
Class JobStatePoller

java.lang.Object
  extended by org.globus.exec.service.test.throughput.util.JobStatePoller
All Implemented Interfaces:
java.lang.Runnable

public class JobStatePoller
extends java.lang.Object
implements java.lang.Runnable

Add Query tasks for all outstanding jobs to the ExecutorService if the timer expires.


Field Summary
private  Test tpTest
           
 
Constructor Summary
JobStatePoller(Test tpTest)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tpTest

private Test tpTest
Constructor Detail

JobStatePoller

public JobStatePoller(Test tpTest)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable