Class QuartzSchedulerState

    • Field Detail

      • PROPERTY_ID

        public static final String PROPERTY_ID
        Property id stored in column Obsched_Scheduler_State_ID in table obsched_scheduler_state
        See Also:
        Constant Field Values
      • PROPERTY_SCHEDNAME

        public static final String PROPERTY_SCHEDNAME
        Property schedName stored in column Sched_Name in table obsched_scheduler_state
        Help: Quartz scheduler name. In non-clustered environment it's "NON-CLUSTERED". In a clustered environment it usually matches the machine.name of the cluster instance.
        See Also:
        Constant Field Values
      • PROPERTY_INSTANCENAME

        public static final String PROPERTY_INSTANCENAME
        Property instanceName stored in column Instance_Name in table obsched_scheduler_state
        See Also:
        Constant Field Values
      • PROPERTY_LASTCHECKINTIME

        public static final String PROPERTY_LASTCHECKINTIME
        Property lastCheckinTime stored in column Last_Checkin_Time in table obsched_scheduler_state
        Help: Timestamp of the last time the scheduler has checked in to the database.
        See Also:
        Constant Field Values
      • PROPERTY_CHECKININTERVAL

        public static final String PROPERTY_CHECKININTERVAL
        Property checkinInterval stored in column Checkin_Interval in table obsched_scheduler_state
        Help: Time in milliseconds when a scheduler will check if the rest of schedulers are still alive in a clustered environment. It will also mark itself as still alive.
        See Also:
        Constant Field Values
      • PROPERTY_STATUS

        public static final String PROPERTY_STATUS
        Property status stored in column Status in table obsched_scheduler_state
        Help: Status of the scheduler instance: STANDBY: The scheduler is not executing jobs STARTED: The scheduler is active and executing jobs
        See Also:
        Constant Field Values
    • Constructor Detail

      • QuartzSchedulerState

        public QuartzSchedulerState()