Package org.frankframework.scheduler
Class SchedulerAdapter
java.lang.Object
org.frankframework.scheduler.SchedulerAdapter
Deprecated, for removal: This API element is subject to removal in a future version.
An external time series database should be used.
The SchedulerAdapter is an adapter for the Quartz scheduler
It transforms the information from the scheduler to XML.
It transforms the information from the scheduler to XML.
- Since:
- 4.0
- Author:
- Johan Verrips
-
Field Summary
Modifier and TypeFieldDescriptionprotected org.apache.logging.log4j.Logger
Deprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiongetJobGroupNamesWithJobsToXml
(org.quartz.Scheduler theScheduler, IbisManager ibisManager) Deprecated, for removal: This API element is subject to removal in a future version.Get all jobgroups, jobs within this group, the jobdetail and the associated triggers in XML format.getJobMessages
(IJob jobdef) Deprecated, for removal: This API element is subject to removal in a future version.getJobTriggers
(List<? extends org.quartz.Trigger> triggers) Deprecated, for removal: This API element is subject to removal in a future version.getSchedulerCalendarNamesToXml
(org.quartz.Scheduler theScheduler) Deprecated, for removal: This API element is subject to removal in a future version.getSchedulerMetaDataToXml
(org.quartz.Scheduler theScheduler) Deprecated, for removal: This API element is subject to removal in a future version.jobDataMapToXmlBuilder
(org.quartz.JobDataMap jd) Deprecated, for removal: This API element is subject to removal in a future version.jobDetailToXmlBuilder
(org.quartz.JobDetail jobDetail) Deprecated, for removal: This API element is subject to removal in a future version.triggerToXmlBuilder
(org.quartz.Trigger trigger) Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
log
protected org.apache.logging.log4j.Logger logDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
SchedulerAdapter
public SchedulerAdapter()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getJobGroupNamesWithJobsToXml
public XmlBuilder getJobGroupNamesWithJobsToXml(org.quartz.Scheduler theScheduler, IbisManager ibisManager) Deprecated, for removal: This API element is subject to removal in a future version.Get all jobgroups, jobs within this group, the jobdetail and the associated triggers in XML format. -
getJobTriggers
Deprecated, for removal: This API element is subject to removal in a future version. -
getJobMessages
Deprecated, for removal: This API element is subject to removal in a future version. -
getSchedulerCalendarNamesToXml
Deprecated, for removal: This API element is subject to removal in a future version. -
getSchedulerMetaDataToXml
Deprecated, for removal: This API element is subject to removal in a future version. -
jobDataMapToXmlBuilder
Deprecated, for removal: This API element is subject to removal in a future version. -
jobDetailToXmlBuilder
Deprecated, for removal: This API element is subject to removal in a future version. -
triggerToXmlBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
-