Package fr.becpg.repo.notification
Class NotificationRuleJob
java.lang.Object
org.springframework.scheduling.quartz.QuartzJobBean
org.alfresco.schedule.AbstractScheduledLockedJob
fr.becpg.repo.notification.NotificationRuleJob
- All Implemented Interfaces:
org.quartz.Job
@PersistJobDataAfterExecution
@DisallowConcurrentExecution
public class NotificationRuleJob
extends org.alfresco.schedule.AbstractScheduledLockedJob
implements org.quartz.Job
NotificationRuleJob class.
- Version:
- $Id: $Id
- Author:
- matthieu
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.alfresco.schedule.AbstractScheduledLockedJob
executeInternalMethods inherited from class org.springframework.scheduling.quartz.QuartzJobBean
executeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.quartz.Job
execute
-
Field Details
-
logger
private static final org.apache.commons.logging.Log logger -
KEY_NOTIFICATION_RULE_SERVICE
- See Also:
-
KEY_TENANT_ADMIN_SERVICE
- See Also:
-
KEY_TRANSACTION_SERVICE
- See Also:
-
-
Constructor Details
-
NotificationRuleJob
public NotificationRuleJob()
-
-
Method Details
-
executeJob
public void executeJob(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException - Specified by:
executeJobin classorg.alfresco.schedule.AbstractScheduledLockedJob- Throws:
org.quartz.JobExecutionException
-