gr.uoa.di.madgik.workflow.client.library.proxies
Interface WorkflowEngineCLProxyI

All Known Implementing Classes:
WorkflowEngineCLDefaultProxy

public interface WorkflowEngineCLProxyI


Method Summary
 String about(String about)
           
 String adaptCONDOR(Types.CONDORParams condorParams)
           
 String adaptGRID(Types.GRIDParams gridParams)
           
 String adaptHADOOP(Types.HADOOPParams hadoopParams)
           
 String adaptJDL(Types.JDLParams jdlParams)
           
 Types.StatusReport executionStatus(Types.StatusRequest statusRequest)
           
 

Method Detail

about

String about(String about)
             throws WorkflowEngineException
Throws:
WorkflowEngineException

adaptJDL

String adaptJDL(Types.JDLParams jdlParams)
                throws WorkflowEngineException
Throws:
WorkflowEngineException

adaptGRID

String adaptGRID(Types.GRIDParams gridParams)
                 throws WorkflowEngineException
Throws:
WorkflowEngineException

adaptHADOOP

String adaptHADOOP(Types.HADOOPParams hadoopParams)
                   throws WorkflowEngineException
Throws:
WorkflowEngineException

adaptCONDOR

String adaptCONDOR(Types.CONDORParams condorParams)
                   throws WorkflowEngineException
Throws:
WorkflowEngineException

executionStatus

Types.StatusReport executionStatus(Types.StatusRequest statusRequest)
                                   throws WorkflowEngineException
Throws:
WorkflowEngineException


Copyright © 2014. All Rights Reserved.