Class JobInitializationListener

  • All Implemented Interfaces:
    org.quartz.JobListener

    public class JobInitializationListener
    extends org.quartz.listeners.JobListenerSupport
    Makes sure ProcessBundles have a connection, as it can be lost if the bundle has been serialized
    • Constructor Detail

      • JobInitializationListener

        public JobInitializationListener()
    • Method Detail

      • getName

        public String getName()
      • jobToBeExecuted

        public void jobToBeExecuted​(org.quartz.JobExecutionContext ctx)
        Specified by:
        jobToBeExecuted in interface org.quartz.JobListener
        Overrides:
        jobToBeExecuted in class org.quartz.listeners.JobListenerSupport