org.gcube.application.enm.client.proxies
Class DefaultManager

java.lang.Object
  extended by org.gcube.application.enm.client.proxies.DefaultManager
All Implemented Interfaces:
Manager

public class DefaultManager
extends Object
implements Manager


Constructor Summary
DefaultManager(org.gcube.common.clients.delegates.ProxyDelegate<org.gcube.application.enm.stubs.ManagerPortType> config)
           
 
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultManager

public DefaultManager(org.gcube.common.clients.delegates.ProxyDelegate<org.gcube.application.enm.stubs.ManagerPortType> config)
Method Detail

sumbitExperiment

public String sumbitExperiment(org.gcube.application.enm.common.xml.request.ExperimentRequest request)
                        throws RemoteException
Specified by:
sumbitExperiment in interface Manager
Throws:
RemoteException

getStatus

public org.gcube.application.enm.common.xml.status.ExperimentStatus getStatus(String experimentId)
                                                                       throws RemoteException
Specified by:
getStatus in interface Manager
Throws:
RemoteException

getResults

public org.gcube.application.enm.common.xml.results.ExperimentResults getResults(String experimentId)
                                                                          throws RemoteException
Specified by:
getResults in interface Manager
Throws:
RemoteException

getLogs

public org.gcube.application.enm.common.xml.logs.ExperimentLogs getLogs(String experimentId)
                                                                 throws RemoteException
Specified by:
getLogs in interface Manager
Throws:
RemoteException

cancelExperiment

public void cancelExperiment(String experimentId)
                      throws RemoteException
Specified by:
cancelExperiment in interface Manager
Throws:
RemoteException


Copyright © 2012. All Rights Reserved.