org.gcube.execution.ocrservice
Class OCRStatusPoller

java.lang.Object
  extended by org.gcube.execution.ocrservice.OCRStatusPoller
All Implemented Interfaces:
java.lang.Runnable

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

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


Constructor Summary
OCRStatusPoller()
           
 
Method Summary
 void run()
          Performs the periodic status polling of all submitted ocr 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

OCRStatusPoller

public OCRStatusPoller()
Method Detail

run

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

Specified by:
run in interface java.lang.Runnable