Package org.apache.airavata.orchestrator.cpi.OrchestratorService

Examples of org.apache.airavata.orchestrator.cpi.OrchestratorService.Client


     * @throws org.apache.airavata.model.error.AiravataSystemException     This exception will be thrown for any Airavata Server side issues and if the problem cannot be corrected by the client
     *                                                                   rather an Airavata Administrator will be notified to take corrective action.
     */
    @Override
    public void terminateExperiment(String airavataExperimentId) throws InvalidRequestException, ExperimentNotFoundException, AiravataClientException, AiravataSystemException, TException {
      Client client = getOrchestratorClient();
      client.terminateExperiment(airavataExperimentId);
    }
View Full Code Here


     * @throws org.apache.airavata.model.error.AiravataSystemException     This exception will be thrown for any Airavata Server side issues and if the problem cannot be corrected by the client
     *                                                                   rather an Airavata Administrator will be notified to take corrective action.
     */
    @Override
    public void terminateExperiment(String airavataExperimentId) throws InvalidRequestException, ExperimentNotFoundException, AiravataClientException, AiravataSystemException, TException {
      Client client = getOrchestratorClient();
      client.terminateExperiment(airavataExperimentId);
    }
View Full Code Here

TOP

Related Classes of org.apache.airavata.orchestrator.cpi.OrchestratorService.Client

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.