org.apache.airavata.experiment.execution
Interface InterpreterService.Iface
- All Known Implementing Classes:
- InterpreterService.Client
- Enclosing class:
- InterpreterService
public static interface InterpreterService.Iface
runExperiment
String runExperiment(String workflowTemplateName,
Map<String,String> workflowInputs,
ExperimentAdvanceOptions experimentAdOptions)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
cancelExperiment
void cancelExperiment(String experimentID)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
suspendExperiment
void suspendExperiment(String experimentID)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
resumeExperiment
void resumeExperiment(String experimentID)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.