org.apache.airavata.experiment.execution
Class InterpreterService.Client
java.lang.Object
org.apache.thrift.TServiceClient
org.apache.airavata.experiment.execution.InterpreterService.Client
- All Implemented Interfaces:
- InterpreterService.Iface
- Enclosing class:
- InterpreterService
public static class InterpreterService.Client
- extends org.apache.thrift.TServiceClient
- implements InterpreterService.Iface
| Fields inherited from class org.apache.thrift.TServiceClient |
iprot_, oprot_, seqid_ |
| Methods inherited from class org.apache.thrift.TServiceClient |
getInputProtocol, getOutputProtocol, receiveBase, sendBase |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterpreterService.Client
public InterpreterService.Client(org.apache.thrift.protocol.TProtocol prot)
InterpreterService.Client
public InterpreterService.Client(org.apache.thrift.protocol.TProtocol iprot,
org.apache.thrift.protocol.TProtocol oprot)
runExperiment
public String runExperiment(String workflowTemplateName,
Map<String,String> workflowInputs,
ExperimentAdvanceOptions experimentAdOptions)
throws org.apache.thrift.TException
- Specified by:
runExperiment in interface InterpreterService.Iface
- Throws:
org.apache.thrift.TException
send_runExperiment
public void send_runExperiment(String workflowTemplateName,
Map<String,String> workflowInputs,
ExperimentAdvanceOptions experimentAdOptions)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
recv_runExperiment
public String recv_runExperiment()
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
cancelExperiment
public void cancelExperiment(String experimentID)
throws org.apache.thrift.TException
- Specified by:
cancelExperiment in interface InterpreterService.Iface
- Throws:
org.apache.thrift.TException
send_cancelExperiment
public void send_cancelExperiment(String experimentID)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
recv_cancelExperiment
public void recv_cancelExperiment()
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
suspendExperiment
public void suspendExperiment(String experimentID)
throws org.apache.thrift.TException
- Specified by:
suspendExperiment in interface InterpreterService.Iface
- Throws:
org.apache.thrift.TException
send_suspendExperiment
public void send_suspendExperiment(String experimentID)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
recv_suspendExperiment
public void recv_suspendExperiment()
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
resumeExperiment
public void resumeExperiment(String experimentID)
throws org.apache.thrift.TException
- Specified by:
resumeExperiment in interface InterpreterService.Iface
- Throws:
org.apache.thrift.TException
send_resumeExperiment
public void send_resumeExperiment(String experimentID)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
recv_resumeExperiment
public void recv_resumeExperiment()
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.