org.gcube.application.enm.stubs
Interface ManagerPortType

All Superinterfaces:
Remote
All Known Implementing Classes:
ManagerPortTypeSOAPBindingStub

public interface ManagerPortType
extends Remote


Method Summary
 org.gcube.common.core.types.VOID cancelExperiment(String request)
           
 String getLogs(String request)
           
 String getResults(String request)
           
 String getStatus(String request)
           
 String getUserExperimentResumes(String request)
           
 org.gcube.common.core.types.VOID removeExperiment(String request)
           
 String sumbitExperiment(String request)
           
 

Method Detail

sumbitExperiment

String sumbitExperiment(String request)
                        throws RemoteException
Throws:
RemoteException

getStatus

String getStatus(String request)
                 throws RemoteException
Throws:
RemoteException

getResults

String getResults(String request)
                  throws RemoteException
Throws:
RemoteException

getLogs

String getLogs(String request)
               throws RemoteException
Throws:
RemoteException

cancelExperiment

org.gcube.common.core.types.VOID cancelExperiment(String request)
                                                  throws RemoteException
Throws:
RemoteException

removeExperiment

org.gcube.common.core.types.VOID removeExperiment(String request)
                                                  throws RemoteException
Throws:
RemoteException

getUserExperimentResumes

String getUserExperimentResumes(String request)
                                throws RemoteException
Throws:
RemoteException


Copyright © 2012. All Rights Reserved.