Class BusinessStreamNotificationJob
- java.lang.Object
-
- org.ikasan.dashboard.notification.BusinessStreamNotificationJob
-
- All Implemented Interfaces:
DashboardJob,org.quartz.Job
public class BusinessStreamNotificationJob extends java.lang.Object implements DashboardJob
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringLAST_RUN_TIMESTAMP
-
Constructor Summary
Constructors Constructor Description BusinessStreamNotificationJob(org.thymeleaf.TemplateEngine templateEngine, BusinessStreamNotification businessStreamNotification, BusinessStreamNotificationService businessStreamNotificationService, org.ikasan.spec.configuration.PlatformConfigurationService platformConfigurationService, EmailNotifier emailNotifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(org.quartz.JobExecutionContext jobExecutionContext)java.lang.StringgetCronExpression()Get the cron expression.java.lang.StringgetJobName()Get the job name.
-
-
-
Field Detail
-
LAST_RUN_TIMESTAMP
public static final java.lang.String LAST_RUN_TIMESTAMP
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BusinessStreamNotificationJob
public BusinessStreamNotificationJob(org.thymeleaf.TemplateEngine templateEngine, BusinessStreamNotification businessStreamNotification, BusinessStreamNotificationService businessStreamNotificationService, org.ikasan.spec.configuration.PlatformConfigurationService platformConfigurationService, EmailNotifier emailNotifier)
-
-
Method Detail
-
execute
public void execute(org.quartz.JobExecutionContext jobExecutionContext) throws org.quartz.JobExecutionException- Specified by:
executein interfaceorg.quartz.Job- Throws:
org.quartz.JobExecutionException
-
getJobName
public java.lang.String getJobName()
Description copied from interface:DashboardJobGet the job name.- Specified by:
getJobNamein interfaceDashboardJob- Returns:
-
getCronExpression
public java.lang.String getCronExpression()
Description copied from interface:DashboardJobGet the cron expression.- Specified by:
getCronExpressionin interfaceDashboardJob- Returns:
-
-