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
Fields Modifier and Type Field Description protected Map<Integer,org.gcube.vremanagement.executor.plugin.PluginState>executionsStateDeprecated.Maintain the Execution State Iteration - State
-
Constructor Summary
Constructors Constructor Description JobCompletedNotification(Map<Integer,org.gcube.vremanagement.executor.plugin.PluginState> executionsState)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidpluginStateEvolution(org.gcube.vremanagement.executor.plugin.PluginStateEvolution pluginStateEvolution, Exception e)Deprecated.
-
-
-
Method Detail
-
pluginStateEvolution
public void pluginStateEvolution(org.gcube.vremanagement.executor.plugin.PluginStateEvolution pluginStateEvolution, Exception e) throws ExceptionDeprecated.- Specified by:
pluginStateEvolutionin classorg.gcube.vremanagement.executor.plugin.PluginStateNotification- Throws:
Exception
-
-