Interface JobStore

All Known Implementing Classes:
RAMJobStore

public interface JobStore
The interface to be implemented by classes that want to provide a Job and Trigger storage mechanism for the QuartzScheduler's use.

Storage of Job s and Trigger s should be keyed on the combination of their name and group for uniqueness.

Author:
James House, Eric Mueller