org.gcube.execution.refextractservice
Class RefextractStatusPoller

java.lang.Object
  extended by org.gcube.execution.refextractservice.RefextractStatusPoller
All Implemented Interfaces:
java.lang.Runnable

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

In charge of polling the status of all submited Refextract jobs that can be found as WS resources RefextractService


Constructor Summary
RefextractStatusPoller()
           
 
Method Summary
 void run()
          Performs the periodic status polling of all submitted refextract jobs (if the job has completed execution, we skip it)
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RefextractStatusPoller

public RefextractStatusPoller()
Method Detail

run

public void run()
Performs the periodic status polling of all submitted refextract jobs (if the job has completed execution, we skip it)

Specified by:
run in interface java.lang.Runnable