Class JobCompletedNotification
java.lang.Object
org.gcube.vremanagement.executor.plugin.PluginStateNotification
org.gcube.vremanagement.executor.scheduler.JobCompletedNotification
@Deprecated
public class JobCompletedNotification
extends org.gcube.vremanagement.executor.plugin.PluginStateNotification
Deprecated.
This class is useless is just used to simulate and indicate the code
insertion point the possibility to add multiple notification of an event
in the running plugin evolution.
Future use of this are:
- send an email to the job owner;
- notify a registered process;
- send a tweet;
- etc
- Author:
- Luca Frosini (ISTI - CNR)
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.Maintain the Execution State Iteration - StateFields inherited from class org.gcube.vremanagement.executor.plugin.PluginStateNotification
inputs -
Constructor Summary
ConstructorsConstructorDescriptionJobCompletedNotification(Map<Integer, org.gcube.vremanagement.executor.plugin.PluginState> executionsState) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidpluginStateEvolution(org.gcube.vremanagement.executor.plugin.PluginStateEvolution pluginStateEvolution, Exception e) Deprecated.
-
Field Details
-
executionsState
Deprecated.Maintain the Execution State Iteration - State
-
-
Constructor Details
-
Method Details
-
pluginStateEvolution
public void pluginStateEvolution(org.gcube.vremanagement.executor.plugin.PluginStateEvolution pluginStateEvolution, Exception e) throws Exception Deprecated.- Specified by:
pluginStateEvolutionin classorg.gcube.vremanagement.executor.plugin.PluginStateNotification- Throws:
Exception
-