Class ScheduleAsTableDatasinkFileEmailNotificationHooker
java.lang.Object
net.datenwerke.scheduler.service.scheduler.hooks.adapter.SchedulerExecutionHookAdapter
net.datenwerke.rs.tabledatasink.service.tabledatasink.hooker.ScheduleAsTableDatasinkFileEmailNotificationHooker
- All Implemented Interfaces:
Hook,SchedulerExecutionHook
public class ScheduleAsTableDatasinkFileEmailNotificationHooker
extends SchedulerExecutionHookAdapter
-
Constructor Summary
ConstructorsConstructorDescriptionScheduleAsTableDatasinkFileEmailNotificationHooker(Configuration config, MailService mailService, <any> schedulerHelperServiceProvider) -
Method Summary
Modifier and TypeMethodDescriptionvoidactionExecutionEndedSuccessfully(AbstractJob abstractJob, AbstractAction abstractAction, ExecutionLogEntry logEntry) wrapped in transactionMethods inherited from class net.datenwerke.scheduler.service.scheduler.hooks.adapter.SchedulerExecutionHookAdapter
actionExecutionAboutToStart, actionExecutionEndedAbnormally, doesVetoActionExecution, doesVetoExecution, executionEndedAbnormally, executionEndedSuccessfully, informAboutVeto, informAboutVeto, jobExecutionAboutToStart, jobExecutionEndedAbnormally
-
Constructor Details
-
ScheduleAsTableDatasinkFileEmailNotificationHooker
public ScheduleAsTableDatasinkFileEmailNotificationHooker(Configuration config, MailService mailService, <any> schedulerHelperServiceProvider)
-
-
Method Details
-
actionExecutionEndedSuccessfully
public void actionExecutionEndedSuccessfully(AbstractJob abstractJob, AbstractAction abstractAction, ExecutionLogEntry logEntry) Description copied from interface:SchedulerExecutionHookwrapped in transaction- Specified by:
actionExecutionEndedSuccessfullyin interfaceSchedulerExecutionHook- Overrides:
actionExecutionEndedSuccessfullyin classSchedulerExecutionHookAdapter- Parameters:
abstractJob-abstractAction-logEntry-
-