Uses of Class
org.gcube.vremanagement.executor.exception.AlreadyInFinalStateException
Packages that use AlreadyInFinalStateException
-
Uses of AlreadyInFinalStateException in org.gcube.vremanagement.executor.pluginmanager
Methods in org.gcube.vremanagement.executor.pluginmanager that throw AlreadyInFinalStateExceptionModifier 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.