public class JobManagerImpl extends Object implements JobManager, SyncopeLoader
DOMAIN_KEY, NOTIFICATION_JOB, REPORT_KEY, TASK_KEY
Constructor and Description |
---|
JobManagerImpl() |
Modifier and Type | Method and Description |
---|---|
Integer |
getPriority() |
boolean |
isRunning(org.quartz.JobKey jobKey) |
void |
load()
Perform init operations.
|
void |
register(Report report,
Date startAt,
long interruptMaxRetries) |
Map<String,Object> |
register(SchedTask task,
Date startAt,
long interruptMaxRetries) |
void |
setDisableQuartzInstance(boolean disableQuartzInstance) |
void |
unregister(Report report) |
void |
unregister(Task task) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
unload
public void setDisableQuartzInstance(boolean disableQuartzInstance)
public boolean isRunning(org.quartz.JobKey jobKey) throws org.quartz.SchedulerException
isRunning
in interface JobManager
org.quartz.SchedulerException
public Map<String,Object> register(SchedTask task, Date startAt, long interruptMaxRetries) throws org.quartz.SchedulerException
register
in interface JobManager
org.quartz.SchedulerException
public void register(Report report, Date startAt, long interruptMaxRetries) throws org.quartz.SchedulerException
register
in interface JobManager
org.quartz.SchedulerException
public void unregister(Task task)
unregister
in interface JobManager
public void unregister(Report report)
unregister
in interface JobManager
public Integer getPriority()
getPriority
in interface SyncopeLoader
@Transactional public void load()
SyncopeLoader
load
in interface SyncopeLoader
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.