org.gcube.data.spd.stubs
Interface ExecutorStub


public interface ExecutorStub


Method Summary
 String getResultLink(String id)
           
 Status getStatus(String id)
           
 org.gcube.common.clients.stubs.jaxws.JAXWSUtils.Empty removeJob(String id)
           
 String submitJob(SubmitJob input)
           
 

Method Detail

submitJob

String submitJob(SubmitJob input)
                 throws InvalidInputException,
                        InvalidJobException
Throws:
InvalidInputException
InvalidJobException

getResultLink

String getResultLink(String id)
                     throws InvalidIdentifierException
Throws:
InvalidIdentifierException

getStatus

Status getStatus(String id)
                 throws InvalidIdentifierException
Throws:
InvalidIdentifierException

removeJob

org.gcube.common.clients.stubs.jaxws.JAXWSUtils.Empty removeJob(String id)
                                                                throws InvalidIdentifierException
Throws:
InvalidIdentifierException


Copyright © 2013. All Rights Reserved.