| Modifier and Type | Method and Description |
|---|---|
List<AbstractBonitaTenantJobListener> |
TenantConfiguration.getJobListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
TenantConfiguration.setJobListeners(List<AbstractBonitaTenantJobListener> jobListeners) |
| Modifier and Type | Method and Description |
|---|---|
void |
TenantJobListenerManager.registerListeners(List<AbstractBonitaTenantJobListener> listeners,
long tenantId)
Register
AbstractBonitaTenantJobListeners for the given tenant |
| Modifier and Type | Class and Description |
|---|---|
class |
TimerEventTriggerJobListener
This listener allows to delete the
STimerEventTriggerInstance in the table
event_trigger_instance after the execution of the job/trigger, if the trigger is not a cycle/cron. |
| Modifier and Type | Method and Description |
|---|---|
void |
SchedulerService.addJobListener(List<AbstractBonitaTenantJobListener> jobListeners,
String groupName)
Add the given
to the Scheduler,
and register it to receive events for Jobs that are matched by the group name. |
void |
SchedulerExecutor.addJobListener(List<AbstractBonitaTenantJobListener> jobListeners,
String groupName)
Add the given
to the Scheduler, and register it to receive events for Jobs that are
matched by the group name. |
| Modifier and Type | Method and Description |
|---|---|
void |
SchedulerServiceImpl.addJobListener(List<AbstractBonitaTenantJobListener> jobListeners,
String groupName) |
void |
QuartzSchedulerExecutor.addJobListener(List<AbstractBonitaTenantJobListener> jobListeners,
String groupName) |
| Constructor and Description |
|---|
TenantQuartzJobListener(List<AbstractBonitaTenantJobListener> bonitaJobListeners,
String groupName,
SessionAccessor sessionAccessor,
UserTransactionService transactionService,
TechnicalLoggerService logger) |
Copyright © 2019 Bonitasoft S.A.. All rights reserved.