org.gcube.application.aquamaps.aquamapsservice.impl.engine.analysis
Class Analyzer

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsservice.impl.engine.analysis.Analyzer

public class Analyzer
extends java.lang.Object


Constructor Summary
Analyzer(int i)
           
 
Method Summary
 EnvironmentalExecutionReportItem getReport(boolean getResources)
           
 java.lang.Integer getReportId()
           
 void produceImages(AnalysisRequest toPerform)
           
 void setConfiguration(java.lang.String path, DBCredentialDescriptor credentials)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Analyzer

public Analyzer(int i)
Method Detail

getReport

public EnvironmentalExecutionReportItem getReport(boolean getResources)

setConfiguration

public void setConfiguration(java.lang.String path,
                             DBCredentialDescriptor credentials)
                      throws java.lang.Exception
Throws:
java.lang.Exception

produceImages

public void produceImages(AnalysisRequest toPerform)
                   throws java.lang.Exception
Throws:
java.lang.Exception

getReportId

public java.lang.Integer getReportId()