org.gcube.application.enm.service
Class ENMService

java.lang.Object
  extended by org.gcube.application.enm.service.ENMService

public class ENMService
extends Object

Entry point of the Environmental Niche Modelling service.

Author:
Erik Torres

Field Summary
protected  org.gcube.common.core.utils.logging.GCUBELog logger
           
 
Constructor Summary
ENMService()
           
 
Method Summary
 void cancelExperiment(String experimentId)
           
 org.gcube.application.enm.common.xml.logs.ExperimentLogs getLogs(String experimentId)
           
 org.gcube.application.enm.common.xml.results.ExperimentResults getResults(String experimentId)
           
 org.gcube.application.enm.common.xml.status.ExperimentStatus getStatus(String experimentId)
           
 org.gcube.application.enm.common.xml.resumes.ExperimentResumes getUserExperimentResumes(String credentials)
           
 void removeExperiment(String experimentId)
           
 String sumbitExperiment(org.gcube.application.enm.common.xml.request.ExperimentRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected org.gcube.common.core.utils.logging.GCUBELog logger
Constructor Detail

ENMService

public ENMService()
Method Detail

sumbitExperiment

public String sumbitExperiment(org.gcube.application.enm.common.xml.request.ExperimentRequest request)
                        throws RemoteException
Throws:
RemoteException

getStatus

public org.gcube.application.enm.common.xml.status.ExperimentStatus getStatus(String experimentId)
                                                                       throws RemoteException
Throws:
RemoteException

getResults

public org.gcube.application.enm.common.xml.results.ExperimentResults getResults(String experimentId)
                                                                          throws RemoteException
Throws:
RemoteException

getLogs

public org.gcube.application.enm.common.xml.logs.ExperimentLogs getLogs(String experimentId)
                                                                 throws RemoteException
Throws:
RemoteException

cancelExperiment

public void cancelExperiment(String experimentId)
                      throws RemoteException
Throws:
RemoteException

getUserExperimentResumes

public org.gcube.application.enm.common.xml.resumes.ExperimentResumes getUserExperimentResumes(String credentials)
                                                                                        throws RemoteException
Throws:
RemoteException

removeExperiment

public void removeExperiment(String experimentId)
                      throws RemoteException
Throws:
RemoteException


Copyright © 2012. All Rights Reserved.