Class PluginStateNotification
java.lang.Object
org.gcube.vremanagement.executor.plugin.PluginStateNotification
- Author:
- Luca Frosini (ISTI - CNR)
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPluginStateNotification(Map<String, String> inputs) Constructor for PluginStateNotification. -
Method Summary
Modifier and TypeMethodDescriptionabstract voidpluginStateEvolution(PluginStateEvolution pluginStateEvolution, Exception exception) Persist the new state of plugin
-
Field Details
-
inputs
Input configuration parameters for this notification handler
-
-
Constructor Details
-
PluginStateNotification
Constructor for PluginStateNotification.- Parameters:
inputs- configuration parameters for this notification handler
-
-
Method Details
-
pluginStateEvolution
public abstract void pluginStateEvolution(PluginStateEvolution pluginStateEvolution, Exception exception) throws Exception Persist the new state of plugin- Parameters:
pluginStateEvolution- the PluginStateEvolution record to persistexception- any exception that occurred during plugin execution (can be null)- Throws:
Exception- if fails
-