Uses of Class
org.gcube.vremanagement.executor.exception.InvalidPluginStateEvolutionException
Packages that use InvalidPluginStateEvolutionException
-
Uses of InvalidPluginStateEvolutionException in org.gcube.vremanagement.executor.pluginmanager
Methods in org.gcube.vremanagement.executor.pluginmanager that throw InvalidPluginStateEvolutionExceptionModifier and TypeMethodDescriptionprotected voidRunnablePlugin.setPercentage(Integer percentage) voidRunnablePlugin.setState(org.gcube.vremanagement.executor.plugin.PluginState pluginState) voidRunnablePlugin.setState(org.gcube.vremanagement.executor.plugin.PluginState pluginState, Exception e) protected voidRunnablePlugin.setState(org.gcube.vremanagement.executor.plugin.PluginState pluginState, Integer percentage, Exception exception) It is up to the plugin to update the State of the Running Plugin using this facilities function.