org.gcube.application.enm.client.proxies
Interface Manager

All Known Implementing Classes:
DefaultManager

public interface Manager


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)
           
 String sumbitExperiment(org.gcube.application.enm.common.xml.request.ExperimentRequest request)
           
 

Method Detail

sumbitExperiment

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

getStatus

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

getResults

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

getLogs

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

cancelExperiment

void cancelExperiment(String experimentId)
                      throws RemoteException
Throws:
RemoteException


Copyright © 2012. All Rights Reserved.