org.gcube.execution.indexerservice
Class IndexerStatusPoller

java.lang.Object
  extended by org.gcube.execution.indexerservice.IndexerStatusPoller
All Implemented Interfaces:
java.lang.Runnable

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

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


Constructor Summary
IndexerStatusPoller()
           
 
Method Summary
 void run()
          Performs the periodic status polling of all submitted (and not completed) jobs
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexerStatusPoller

public IndexerStatusPoller()
Method Detail

run

public void run()
Performs the periodic status polling of all submitted (and not completed) jobs

Specified by:
run in interface java.lang.Runnable