Class SchedulerAdapter

java.lang.Object
org.frankframework.scheduler.SchedulerAdapter

@Deprecated(forRemoval=true, since="8.1") public class SchedulerAdapter extends Object
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.
Since:
4.0
Author:
Johan Verrips
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.apache.logging.log4j.Logger
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
    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.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • log

      protected org.apache.logging.log4j.Logger log
      Deprecated, 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

      public XmlBuilder getJobTriggers(List<? extends org.quartz.Trigger> triggers)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getJobMessages

      public XmlBuilder getJobMessages(IJob jobdef)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getSchedulerCalendarNamesToXml

      public XmlBuilder getSchedulerCalendarNamesToXml(org.quartz.Scheduler theScheduler)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getSchedulerMetaDataToXml

      public XmlBuilder getSchedulerMetaDataToXml(org.quartz.Scheduler theScheduler)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • jobDataMapToXmlBuilder

      public XmlBuilder jobDataMapToXmlBuilder(org.quartz.JobDataMap jd)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • jobDetailToXmlBuilder

      public XmlBuilder jobDetailToXmlBuilder(org.quartz.JobDetail jobDetail)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • triggerToXmlBuilder

      public XmlBuilder triggerToXmlBuilder(org.quartz.Trigger trigger)
      Deprecated, for removal: This API element is subject to removal in a future version.