Uses of Class
org.gcube.vremanagement.executor.exception.AlreadyInFinalStateException
-
Packages that use AlreadyInFinalStateException Package Description org.gcube.vremanagement.executor.pluginmanager -
-
Uses of AlreadyInFinalStateException in org.gcube.vremanagement.executor.pluginmanager
Methods in org.gcube.vremanagement.executor.pluginmanager that throw AlreadyInFinalStateException Modifier and Type Method Description protected 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 update the State of the Running Plugin using this facilities function.
-