org.apache.airavata.experiment.execution
Class InterpreterService.Client

java.lang.Object
  extended by org.apache.thrift.TServiceClient
      extended by 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


Nested Class Summary
static class InterpreterService.Client.Factory
           
 
Field Summary
 
Fields inherited from class org.apache.thrift.TServiceClient
iprot_, oprot_, seqid_
 
Constructor Summary
InterpreterService.Client(org.apache.thrift.protocol.TProtocol prot)
           
InterpreterService.Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
           
 
Method Summary
 void cancelExperiment(String experimentID)
           
 void recv_cancelExperiment()
           
 void recv_resumeExperiment()
           
 String recv_runExperiment()
           
 void recv_suspendExperiment()
           
 void resumeExperiment(String experimentID)
           
 String runExperiment(String workflowTemplateName, Map<String,String> workflowInputs, ExperimentAdvanceOptions experimentAdOptions)
           
 void send_cancelExperiment(String experimentID)
           
 void send_resumeExperiment(String experimentID)
           
 void send_runExperiment(String workflowTemplateName, Map<String,String> workflowInputs, ExperimentAdvanceOptions experimentAdOptions)
           
 void send_suspendExperiment(String experimentID)
           
 void suspendExperiment(String experimentID)
           
 
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
 

Constructor Detail

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)
Method Detail

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.