org.apache.airavata.experiment.execution
Interface InterpreterService.Iface

All Known Implementing Classes:
InterpreterService.Client
Enclosing class:
InterpreterService

public static interface InterpreterService.Iface


Method Summary
 void cancelExperiment(String experimentID)
           
 void resumeExperiment(String experimentID)
           
 String runExperiment(String workflowTemplateName, Map<String,String> workflowInputs, ExperimentAdvanceOptions experimentAdOptions)
           
 void suspendExperiment(String experimentID)
           
 

Method Detail

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.