public class SmartExecutorImpl extends Object implements org.gcube.vremanagement.executor.api.SmartExecutor
| Constructor and Description |
|---|
SmartExecutorImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.gcube.vremanagement.executor.plugin.PluginState |
getIterationState(String executionIdentifier,
int iterationNumber) |
org.gcube.vremanagement.executor.plugin.PluginState |
getState(String executionIdentifier) |
String |
launch(org.gcube.vremanagement.executor.api.types.LaunchParameter parameter) |
public String launch(org.gcube.vremanagement.executor.api.types.LaunchParameter parameter) throws org.gcube.vremanagement.executor.exception.InputsNullException, org.gcube.vremanagement.executor.exception.PluginNotFoundException, org.gcube.vremanagement.executor.exception.LaunchException, org.gcube.vremanagement.executor.exception.ExecutorException
launch in interface org.gcube.vremanagement.executor.api.SmartExecutororg.gcube.vremanagement.executor.exception.InputsNullExceptionorg.gcube.vremanagement.executor.exception.PluginNotFoundExceptionorg.gcube.vremanagement.executor.exception.LaunchExceptionorg.gcube.vremanagement.executor.exception.ExecutorExceptionpublic org.gcube.vremanagement.executor.plugin.PluginState getState(String executionIdentifier) throws org.gcube.vremanagement.executor.exception.PluginInstanceNotFoundException, org.gcube.vremanagement.executor.exception.ExecutorException
getState in interface org.gcube.vremanagement.executor.api.SmartExecutororg.gcube.vremanagement.executor.exception.PluginInstanceNotFoundExceptionorg.gcube.vremanagement.executor.exception.ExecutorExceptionpublic org.gcube.vremanagement.executor.plugin.PluginState getIterationState(String executionIdentifier, int iterationNumber) throws org.gcube.vremanagement.executor.exception.PluginInstanceNotFoundException, org.gcube.vremanagement.executor.exception.ExecutorException
getIterationState in interface org.gcube.vremanagement.executor.api.SmartExecutororg.gcube.vremanagement.executor.exception.PluginInstanceNotFoundExceptionorg.gcube.vremanagement.executor.exception.ExecutorExceptionCopyright © 2015. All Rights Reserved.