public interface ExecutorStubs
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorLink(String id) |
String |
getResultLink(String id) |
CompleteJobStatus |
getStatus(String id) |
void |
removeJob(String id) |
String |
submitJob(SubmitJob input) |
String submitJob(SubmitJob input) throws InvalidInputException, InvalidJobException
String getResultLink(String id) throws InvalidIdentifierException
InvalidIdentifierExceptionString getErrorLink(String id) throws InvalidIdentifierException
InvalidIdentifierExceptionCompleteJobStatus getStatus(String id) throws InvalidIdentifierException
InvalidIdentifierExceptionvoid removeJob(String id) throws InvalidIdentifierException
InvalidIdentifierExceptionCopyright © 2017. All Rights Reserved.