org.gcube.application.enm.service
Class ENMService
java.lang.Object
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
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected org.gcube.common.core.utils.logging.GCUBELog logger
ENMService
public ENMService()
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.