Class QuartzSchedulerManager

java.lang.Object
org.eclnt.ccee.quartz.logic.QuartzSchedulerManager
All Implemented Interfaces:
ICCEEConstants

public class QuartzSchedulerManager extends Object implements ICCEEConstants
Central class for scheduling.

In a multi-server environment only the last instance which is created, is the active one. Each instance registers with its unique id in the database. Before doing any activity (e.g. scheduling a job) the method �checkIfActive() checks if the current instance is the one that is registered in the database.
  • Constructor Details

    • QuartzSchedulerManager

      public QuartzSchedulerManager()
  • Method Details

    • setup

      public static void setup()
      (Re-)Activates the scheduler.
    • checkIfActive

      public boolean checkIfActive()