com.atlassian.confluence.schedule.quartz
Interface ManagedTriggerFactory

All Known Implementing Classes:
ManagedScheduledJobTriggerFactory

public interface ManagedTriggerFactory

Responsible for constructing triggers and scheduling them with the scheduler. Triggers are described by the ManagedScheduledJob interface.

See specific implementation for this interface for wiring detailed.

This is for use during bootstrapping of the system, and is called once only after the system is running (and setup for new installations).


Method Summary
 void initialiseTriggers()
          Creates and schedules the triggers with the scheduler.
 

Method Detail

initialiseTriggers

void initialiseTriggers()
Creates and schedules the triggers with the scheduler.



Copyright © 2003-2012 Atlassian. All Rights Reserved.