public interface SmartExecutor
| Modifier and Type | Field and Description |
|---|---|
static String |
ORPHAN_PATH_PARAM |
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete(String pluginName,
String executionIdentifier,
Boolean unschedule) |
String |
getAvailablePlugins() |
String |
getLaunchState(String pluginName,
String executionIdentifier,
Integer iteration) |
String |
getScheduled(String pluginName) |
String |
launch(String pluginName,
String launchParameterString) |
boolean |
purge(String pluginName,
String executionIdentifier) |
static final String ORPHAN_PATH_PARAM
String getAvailablePlugins() throws ExecutorException
ExecutorExceptionString getScheduled(String pluginName) throws ExecutorException
ExecutorExceptionString launch(String pluginName, String launchParameterString) throws ExecutorException
ExecutorExceptionString getLaunchState(String pluginName, String executionIdentifier, Integer iteration) throws PluginInstanceNotFoundException, ExecutorException
boolean delete(String pluginName, String executionIdentifier, Boolean unschedule) throws ExecutorException
ExecutorExceptionboolean purge(String pluginName, String executionIdentifier) throws ExecutorException
ExecutorExceptionCopyright © 2019. All Rights Reserved.